[PATCH 1/3] xfs: Remove useless test
Jan Kara
jack at suse.cz
Tue Jan 20 10:44:00 CST 2015
On Thu 15-01-15 08:27:54, Brian Foster wrote:
> On Thu, Jan 15, 2015 at 11:18:03AM +0100, Jan Kara wrote:
> > Q_XQUOTARM is never passed to xfs_fs_set_xstate() so remove the test.
> >
> > Signed-off-by: Jan Kara <jack at suse.cz>
> > ---
>
> Reviewed-by: Brian Foster <bfoster at redhat.com>
Thanks for reviews! I've pulled the XFS cleanups from this series into my
tree.
Honza
> > fs/xfs/xfs_quotaops.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/fs/xfs/xfs_quotaops.c b/fs/xfs/xfs_quotaops.c
> > index 7542bbeca6a1..8fcd20dbf89a 100644
> > --- a/fs/xfs/xfs_quotaops.c
> > +++ b/fs/xfs/xfs_quotaops.c
> > @@ -75,7 +75,7 @@ xfs_fs_set_xstate(
> >
> > if (sb->s_flags & MS_RDONLY)
> > return -EROFS;
> > - if (op != Q_XQUOTARM && !XFS_IS_QUOTA_RUNNING(mp))
> > + if (!XFS_IS_QUOTA_RUNNING(mp))
> > return -ENOSYS;
> >
> > if (uflags & FS_QUOTA_UDQ_ACCT)
> > --
> > 2.1.2
> >
> > _______________________________________________
> > xfs mailing list
> > xfs at oss.sgi.com
> > http://oss.sgi.com/mailman/listinfo/xfs
--
Jan Kara <jack at suse.cz>
SUSE Labs, CR
More information about the xfs
mailing list