It's no good to overwrite -ENOMEM using -EINVAL when failing
from mount option parsing, so just return original error code.

Signed-off-by: Chengguang Xu <[email protected]>
---
 fs/btrfs/super.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 0628092..ae6447d 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -1783,7 +1783,6 @@ static int btrfs_remount(struct super_block *sb, int 
*flags, char *data)
 
        ret = btrfs_parse_options(fs_info, data, *flags);
        if (ret) {
-               ret = -EINVAL;
                goto restore;
        }
 
-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to