commit | a8acad70731e7d0585f25f33f8a009176f001f70 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Apr 23 15:58:54 2012 +1000 |
committer | Ben Myers <bpm@sgi.com> | Mon May 14 16:20:50 2012 -0500 |
tree | 07a14f8bde89e7947f56df7203530b7713b186ac | |
parent | 795cac72e902496adac399389f9affe5d1ab821a [diff] |
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 <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>