From: Christoph Hellwig Date: Tue, 23 Aug 2011 08:28:04 +0000 (+0000) Subject: xfs: remove the unlock argument to xfs_buf_delwri_queue X-Git-Tag: v3.2-rc1~134^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=527cfdf19dd538a5a9e46b9bed0f30a38c28438d;p=pandora-kernel.git xfs: remove the unlock argument to xfs_buf_delwri_queue We can just unlock the buffer in the caller, and the decrement of b_hold would also be needed in the !unlock, we just never hit that case currently given that the caller handles that case. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed