diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-11 10:19:34 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-11 10:19:34 -0700 |
commit | 9db019278cad416681e27b15203d4c5e939c315b (patch) | |
tree | e0c7e440af4444176a34320e18df8d623201dad5 /fs/jfs/jfs_superblock.h | |
parent | 0ff08ba5d066619f9973bfcdb5a21320d54219d0 (diff) | |
parent | eb8630d7d2fd13589e6a7a3ae2fe1f75f867fbed (diff) |
Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy
Pull jfs update from Dave Kleikamp:
"A couple cleanups to JFS for 3.11"
* tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy:
jfs: Update jfs_error
jfs: fix sparse warning in fs/jfs/xattr.c
Diffstat (limited to 'fs/jfs/jfs_superblock.h')
-rw-r--r-- | fs/jfs/jfs_superblock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/jfs/jfs_superblock.h b/fs/jfs/jfs_superblock.h index 884fc21ab8e..04847b8d307 100644 --- a/fs/jfs/jfs_superblock.h +++ b/fs/jfs/jfs_superblock.h @@ -108,6 +108,7 @@ struct jfs_superblock { extern int readSuper(struct super_block *, struct buffer_head **); extern int updateSuper(struct super_block *, uint); +__printf(2, 3) extern void jfs_error(struct super_block *, const char *, ...); extern int jfs_mount(struct super_block *); extern int jfs_mount_rw(struct super_block *, int); |