From 6db3b79bda922cb17b6ff439f71d9f39c93a2aa2 Mon Sep 17 00:00:00 2001 From: Djalal Harouni Date: Wed, 26 Sep 2012 22:58:50 -0400 Subject: [PATCH] --- yaml --- r: 331606 b: refs/heads/master c: 9b68733273665a4c0d98041a657dabfb4fd6bd80 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext4/ioctl.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5cd4897069b3..e416a49264c2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aaf7d73e54b6915310ece11aedb19ec06a833642 +refs/heads/master: 9b68733273665a4c0d98041a657dabfb4fd6bd80 diff --git a/trunk/fs/ext4/ioctl.c b/trunk/fs/ext4/ioctl.c index 4c8174aa685c..17c53a69454d 100644 --- a/trunk/fs/ext4/ioctl.c +++ b/trunk/fs/ext4/ioctl.c @@ -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);