]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/super.h
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
[~andy/linux] / fs / ocfs2 / super.h
index 3b9cb3d0b0081e5835306e5eafe36ba2da7f0399..40c7de084c100cbacd8b7e47b8aa4c4c69737792 100644 (file)
@@ -45,6 +45,11 @@ void __ocfs2_abort(struct super_block *sb,
 
 #define ocfs2_abort(sb, fmt, args...) __ocfs2_abort(sb, __PRETTY_FUNCTION__, fmt, ##args)
 
-unsigned long long ocfs2_max_file_offset(unsigned int blockshift);
+/*
+ * Void signal blockers, because in-kernel sigprocmask() only fails
+ * when SIG_* is wrong.
+ */
+void ocfs2_block_signals(sigset_t *oldset);
+void ocfs2_unblock_signals(sigset_t *oldset);
 
 #endif /* OCFS2_SUPER_H */