From: Dave Chinner Date: Mon, 23 Apr 2012 05:58:54 +0000 (+1000) Subject: xfs: kill XBF_LOCK X-Git-Tag: v3.5-rc1~91^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8acad70731e7d0585f25f33f8a009176f001f70;p=pandora-kernel.git xfs: kill XBF_LOCK Buffers are always returned locked from the lookup routines. Hence we don't need to tell the lookup routines to return locked buffers, on to try and lock them. Remove XBF_LOCK from all the callers and from internal buffer cache usage. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed