Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312988
b: refs/heads/master
c: 8cae6f7
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jul 22, 2012
1 parent b908e21 commit 6d47224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 11e62a8fabd003352e852e74e1b64a437fd908c6
refs/heads/master: 8cae6f7158ec1fa44c8a04a43db7d8020ec60437
4 changes: 2 additions & 2 deletions trunk/fs/ext4/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
if (err)
return err;

err = mnt_want_write(filp->f_path.mnt);
err = mnt_want_write_file(filp);
if (err)
goto resizefs_out;

Expand All @@ -402,7 +402,7 @@ long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
}
if (err == 0)
err = err2;
mnt_drop_write(filp->f_path.mnt);
mnt_drop_write_file(filp);
resizefs_out:
ext4_resize_end(sb);
return err;
Expand Down

0 comments on commit 6d47224

Please sign in to comment.