commit | 9412e3181c0ef82efc3d8e88d73e583ec10c34e9 | [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:34 2010 -0500 |
tree | 10ed24cdebd9922e7cd9414941e5c59e9e5fafab | |
parent | e98c414f9a3134fe7efc56ef8f1d394b54bfd40e [diff] |
xfs: merge iop_unpin_remove into iop_unpin The unpin_remove item operation instances always share most of the implementation with the respective unpin implementation. So instead of keeping two different entry points add a remove flag to the unpin operation and share the code more easily. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com>