X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Focfs2%2Fsuper.h;h=40c7de084c100cbacd8b7e47b8aa4c4c69737792;hb=29f742f88a32c9ab8cf6d9ba69e1ea918be5aa58;hp=3b9cb3d0b0081e5835306e5eafe36ba2da7f0399;hpb=22aadf8a07067644e101267ed5003043f2ad05bf;p=~andy%2Flinux diff --git a/fs/ocfs2/super.h b/fs/ocfs2/super.h index 3b9cb3d0b00..40c7de084c1 100644 --- a/fs/ocfs2/super.h +++ b/fs/ocfs2/super.h @@ -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 */