From: Christoph Hellwig Date: Fri, 8 Jul 2011 12:36:25 +0000 (+0200) Subject: xfs: return the buffer locked from xfs_buf_get_uncached X-Git-Tag: v3.1-rc1~322^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8da0faf6b07623c473cab42967f943ad4ab7560;p=pandora-kernel.git xfs: return the buffer locked from xfs_buf_get_uncached All other xfs_buf_get/read-like helpers return the buffer locked, make sure xfs_buf_get_uncached isn't different for no reason. Half of the callers already lock it directly after, and the others probably should also keep it locked if only for consistency and beeing able to use xfs_buf_rele, but I'll leave that for later. Signed-off-by: Christoph Hellwig Reviewed-by: Alex Elder Reviewed-by: Dave Chinner --- Reading git-diff-tree failed