From: Christoph Hellwig Date: Tue, 6 Dec 2011 21:58:22 +0000 (+0000) Subject: xfs: add a xfs_dqhold helper X-Git-Tag: v3.3-rc1~169^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e55892d65ea69fbf252e086375d0d8f081b6c8;p=pandora-kernel.git xfs: add a xfs_dqhold helper Factor the common pattern of: xfs_dqlock(dqp); XFS_DQHOLD(dqp); xfs_dqunlock(dqp); into a new helper, and remove XFS_DQHOLD now that only one other caller is left. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed