diff options
author | Eryu Guan <guaneryu@gmail.com> | 2016-04-05 23:19:40 +0200 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-04-05 23:19:40 +0200 |
commit | ce5c767db079649db88a9f189798839f9c544981 (patch) | |
tree | bd2af44217e96c07aea5b104d2665df82abff4f5 /fs/xfs/xfs_fsops.c | |
parent | xfs: Don't wrap growfs AGFL indexes (diff) | |
download | linux-ce5c767db079649db88a9f189798839f9c544981.tar.xz linux-ce5c767db079649db88a9f189798839f9c544981.zip |
xfs: add missing break in xfs_parseargs()
Commit 2e74af0e1189 ("xfs: convert mount option parsing to tokens")
missed a 'break;' in xfs_parseargs() which causes mount to fail with
"-o pqnoenforce" option when mounting a v4 filesystem. xfs/050
catches this failure:
XFS (vda6): Super block does not support project and group quota together
Fixes: 2e74af0e1189 ("xfs: convert mount option parsing to tokens")
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
0 files changed, 0 insertions, 0 deletions