xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach
authorChristoph Hellwig <hch@infradead.org>
Tue, 27 Mar 2012 14:34:46 +0000 (10:34 -0400)
committerBen Myers <bpm@sgi.com>
Mon, 14 May 2012 21:20:15 +0000 (16:20 -0500)
commitb4d05e3019692fc5a8c573fbce60de2d48c5b7a1
treedf2c46061cc44055771475056962bc4c45a7b758
parent8a00ebe4cfc90eda9ecb575ba97e22021cd8cf70
xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach

Check if we actually need to attach a dquot before taking the ilock in
xfs_qm_dqattach.  This avoid superflous lock roundtrips for the common cases
of quota support compiled in but not activated on a filesystem and an
inode that already has the dquots attached.

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