xfs: remove XFS_QMOPT_DQSUSER
authorChristoph Hellwig <hch@infradead.org>
Tue, 6 Dec 2011 21:58:25 +0000 (21:58 +0000)
committerBen Myers <bpm@sgi.com>
Thu, 15 Dec 2011 20:38:30 +0000 (14:38 -0600)
commit7ae4440723a413c7a52edd27f654c34680dd4ea2
tree14ec4a743f812d84a00177f7df20f832cd428e62
parent97e7ade506cdd7157d8b64c77696c082fb997476
xfs: remove XFS_QMOPT_DQSUSER

Just read the id 0 dquot from disk directly in xfs_qm_init_quotainfo instead
of going through dqget and requiring a special flag to not add the dquot to
any lists.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_dquot.c
fs/xfs/xfs_dquot.h
fs/xfs/xfs_qm.c
fs/xfs/xfs_quota.h
This page took 0.04974 seconds and 5 git commands to generate.