aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 3864a2775458..d8ec824f5a25 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1629,8 +1629,10 @@ extern void ext4_error_inode(const char *, struct inode *, const char *, ...)
1629extern void ext4_error_file(const char *, struct file *, const char *, ...) 1629extern void ext4_error_file(const char *, struct file *, const char *, ...)
1630 __attribute__ ((format (printf, 3, 4))); 1630 __attribute__ ((format (printf, 3, 4)));
1631extern void __ext4_std_error(struct super_block *, const char *, int); 1631extern void __ext4_std_error(struct super_block *, const char *, int);
1632extern void ext4_abort(struct super_block *, const char *, const char *, ...) 1632extern void __ext4_abort(struct super_block *, const char *, const char *, ...)
1633 __attribute__ ((format (printf, 3, 4))); 1633 __attribute__ ((format (printf, 3, 4)));
1634#define ext4_abort(sb, message...) __ext4_abort(sb, __func__, \
1635 ## message)
1634extern void __ext4_warning(struct super_block *, const char *, 1636extern void __ext4_warning(struct super_block *, const char *,
1635 const char *, ...) 1637 const char *, ...)
1636 __attribute__ ((format (printf, 3, 4))); 1638 __attribute__ ((format (printf, 3, 4)));