]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_quota: fix missing break after foreign_allowed option
authorZorro Lang <zlang@redhat.com>
Thu, 8 Sep 2016 00:21:35 +0000 (10:21 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 8 Sep 2016 00:21:35 +0000 (10:21 +1000)
commit88dabc17f4b4e2c3b9c41dd7fa30a8a06ac2d770
treeb91c446b66ec1d519ca2c01562650b6b71c5576a
parentb64af2c48220c85674a8334a229bf236fb949364
xfs_quota: fix missing break after foreign_allowed option

New quota "-f" has been brought in by:

  29647c8 xfs_quota: add capabilities for use on non-XFS filesystems

But Coverity Scan find a missing break in quota/init.c: init()
function.

Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
quota/init.c