diff options
author | Joe Perches <joe@perches.com> | 2016-03-30 08:23:18 -0400 |
---|---|---|
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | 2016-03-30 11:48:28 -0400 |
commit | 6ed71e9819ac3412fc6a3495f5ce141df274c916 (patch) | |
tree | 3e5dfbb420e7e8efa239aa56f014b0c92053e017 /fs/jfs/inode.c | |
parent | aa575749f4356d68bc2973f213e7d28cc146ebce (diff) |
jfs: Coalesce some formats
Formats are better kept as a single line for easier grep.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Diffstat (limited to 'fs/jfs/inode.c')
-rw-r--r-- | fs/jfs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jfs/inode.c b/fs/jfs/inode.c index 9d9bae63ae2a..da1d02116a19 100644 --- a/fs/jfs/inode.c +++ b/fs/jfs/inode.c | |||
@@ -102,8 +102,8 @@ int jfs_commit_inode(struct inode *inode, int wait) | |||
102 | * partitions and may think inode is dirty | 102 | * partitions and may think inode is dirty |
103 | */ | 103 | */ |
104 | if (!special_file(inode->i_mode) && noisy) { | 104 | if (!special_file(inode->i_mode) && noisy) { |
105 | jfs_err("jfs_commit_inode(0x%p) called on " | 105 | jfs_err("jfs_commit_inode(0x%p) called on read-only volume", |
106 | "read-only volume", inode); | 106 | inode); |
107 | jfs_err("Is remount racy?"); | 107 | jfs_err("Is remount racy?"); |
108 | noisy--; | 108 | noisy--; |
109 | } | 109 | } |