diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-12-06 21:58:14 +0000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2011-12-12 17:28:20 -0600 |
commit | 800b484ec0262946262ad20561a8081fd31f4a6f (patch) | |
tree | 41bc447ef77f21546e03d975017c11cb3d1a1a4d /fs/xfs/xfs_qm.c | |
parent | a7ef9bd79f488c643edfda7dedcbdb0a1b8e7552 (diff) | |
download | op-kernel-dev-800b484ec0262946262ad20561a8081fd31f4a6f.zip op-kernel-dev-800b484ec0262946262ad20561a8081fd31f4a6f.tar.gz |
xfs: cleanup dquot locking helpers
Mark the trivial lock wrappers as inline, and make the naming consistent
for all of them.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_qm.c')
-rw-r--r-- | fs/xfs/xfs_qm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_qm.c b/fs/xfs/xfs_qm.c index fc60ec2..6535c4e 100644 --- a/fs/xfs/xfs_qm.c +++ b/fs/xfs/xfs_qm.c @@ -443,7 +443,7 @@ again: * out immediately. We'll be able to acquire * the flush lock when the I/O completes. */ - xfs_qm_dqflock_pushbuf_wait(dqp); + xfs_dqflock_pushbuf_wait(dqp); } /* * Let go of the mplist lock. We don't want to hold it |