]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/ext3_fs.h
drbd: Allow online resizing of DRBD devices while peer not reachable (needs to be...
[karo-tx-linux.git] / include / linux / ext3_fs.h
index 7499b36677985240f73743c9993c0ceadd16bc5b..6b049030fbe6f3ff063dfe7882712760af13b761 100644 (file)
@@ -918,6 +918,8 @@ extern void ext3_abort (struct super_block *, const char *, const char *, ...)
        __attribute__ ((format (printf, 3, 4)));
 extern void ext3_warning (struct super_block *, const char *, const char *, ...)
        __attribute__ ((format (printf, 3, 4)));
+extern void ext3_msg(struct super_block *, const char *, const char *, ...)
+       __attribute__ ((format (printf, 3, 4)));
 extern void ext3_update_dynamic_rev (struct super_block *sb);
 
 #define ext3_std_error(sb, errno)                              \