commit | 527cfdf19dd538a5a9e46b9bed0f30a38c28438d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Aug 23 08:28:04 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:14:59 2011 -0500 |
tree | d6fe2410b628b27b159f3db9113b9186c1871bfd | |
parent | 375ec69d2ef6e0797f19f5823e36e249765c3d41 [diff] |
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 <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>