commit | 4d16e9246fc3b3cf7bc95609eff66929a39daa06 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Jun 23 18:11:15 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon Jul 26 13:16:36 2010 -0500 |
tree | d3e1cb33c3394b7cb95f390a85acb48c80fd5f54 | |
parent | ca30b2a7b7ac899ac4da6030ccbebf2f137b8e6d [diff] |
xfs: simplify buffer pinning Get rid of the xfs_buf_pin/xfs_buf_unpin/xfs_buf_ispin helpers and opencode them in their only callers, just like we did for the inode pinning a while ago. Also remove duplicate trace points - the bufitem tracepoints cover all the information that is present in a buffer tracepoint. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com>