ext2: replace inode uid,gid,mode init with helper
[safe/jmp/linux-2.6] / fs / ocfs2 / super.h
index 3b9cb3d..40c7de0 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 */