diff options
Diffstat (limited to 'include/linux/reiserfs_fs.h')
-rw-r--r-- | include/linux/reiserfs_fs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h index d097966bbd91..6c4af98b6767 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h | |||
@@ -2006,6 +2006,10 @@ void __reiserfs_panic(struct super_block *s, const char *id, | |||
2006 | __attribute__ ((noreturn)); | 2006 | __attribute__ ((noreturn)); |
2007 | #define reiserfs_panic(s, id, fmt, args...) \ | 2007 | #define reiserfs_panic(s, id, fmt, args...) \ |
2008 | __reiserfs_panic(s, id, __func__, fmt, ##args) | 2008 | __reiserfs_panic(s, id, __func__, fmt, ##args) |
2009 | void __reiserfs_error(struct super_block *s, const char *id, | ||
2010 | const char *function, const char *fmt, ...); | ||
2011 | #define reiserfs_error(s, id, fmt, args...) \ | ||
2012 | __reiserfs_error(s, id, __func__, fmt, ##args) | ||
2009 | void reiserfs_info(struct super_block *s, const char *fmt, ...); | 2013 | void reiserfs_info(struct super_block *s, const char *fmt, ...); |
2010 | void reiserfs_debug(struct super_block *s, int level, const char *fmt, ...); | 2014 | void reiserfs_debug(struct super_block *s, int level, const char *fmt, ...); |
2011 | void print_indirect_item(struct buffer_head *bh, int item_num); | 2015 | void print_indirect_item(struct buffer_head *bh, int item_num); |