Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331606
b: refs/heads/master
c: 9b68733
h: refs/heads/master
v: v3
  • Loading branch information
Djalal Harouni authored and Theodore Ts'o committed Sep 27, 2012
1 parent 1edda10 commit 6db3b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: aaf7d73e54b6915310ece11aedb19ec06a833642
refs/heads/master: 9b68733273665a4c0d98041a657dabfb4fd6bd80
3 changes: 2 additions & 1 deletion trunk/fs/ext4/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
EXT4_FEATURE_RO_COMPAT_BIGALLOC)) {
ext4_msg(sb, KERN_ERR,
"Online defrag not supported with bigalloc");
return -EOPNOTSUPP;
err = -EOPNOTSUPP;
goto mext_out;
}

err = mnt_want_write_file(filp);
Expand Down

0 comments on commit 6db3b79

Please sign in to comment.