ocfs2: add errors=continue
[linux-2.6-block.git] / fs / ocfs2 / super.h
index 74ff74cf78fe9202a110ff353e05163b3ce779d3..c1c87d90542c847ec5ed48cf2857bf8d8566f810 100644 (file)
@@ -32,7 +32,7 @@ int ocfs2_publish_get_mount_state(struct ocfs2_super *osb,
                                  int node_num);
 
 __printf(3, 4)
-void __ocfs2_error(struct super_block *sb, const char *function,
+int __ocfs2_error(struct super_block *sb, const char *function,
                   const char *fmt, ...);
 
 #define ocfs2_error(sb, fmt, args...) __ocfs2_error(sb, __PRETTY_FUNCTION__, fmt, ##args)