From: Christoph Hellwig Date: Tue, 23 Aug 2011 08:28:07 +0000 (+0000) Subject: xfs: let xfs_bwrite callers handle the xfs_buf_relse X-Git-Tag: v3.2-rc1~134^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b006c1da1602551def200e4661535f02b82488;p=pandora-kernel.git xfs: let xfs_bwrite callers handle the xfs_buf_relse Remove the xfs_buf_relse from xfs_bwrite and let the caller handle it to mirror the delwri and read paths. Also remove the mount pointer passed to xfs_bwrite, which is superflous now that we have a mount pointer in the buftarg. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed