diff options
Diffstat (limited to 'fs/ext4/ioctl.c')
-rw-r--r-- | fs/ext4/ioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c index 7a6c2f1faba6..ca09dd1039ec 100644 --- a/fs/ext4/ioctl.c +++ b/fs/ext4/ioctl.c | |||
@@ -25,7 +25,7 @@ long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) | |||
25 | unsigned int flags; | 25 | unsigned int flags; |
26 | unsigned short rsv_window_size; | 26 | unsigned short rsv_window_size; |
27 | 27 | ||
28 | ext4_debug ("cmd = %u, arg = %lu\n", cmd, arg); | 28 | ext4_debug("cmd = %u, arg = %lu\n", cmd, arg); |
29 | 29 | ||
30 | switch (cmd) { | 30 | switch (cmd) { |
31 | case EXT4_IOC_GETFLAGS: | 31 | case EXT4_IOC_GETFLAGS: |
@@ -186,7 +186,7 @@ setversion_out: | |||
186 | case EXT4_IOC_SETRSVSZ: { | 186 | case EXT4_IOC_SETRSVSZ: { |
187 | int err; | 187 | int err; |
188 | 188 | ||
189 | if (!test_opt(inode->i_sb, RESERVATION) ||!S_ISREG(inode->i_mode)) | 189 | if (!test_opt(inode->i_sb, RESERVATION) || !S_ISREG(inode->i_mode)) |
190 | return -ENOTTY; | 190 | return -ENOTTY; |
191 | 191 | ||
192 | if (!is_owner_or_cap(inode)) | 192 | if (!is_owner_or_cap(inode)) |