From: Christoph Hellwig Date: Wed, 23 Jun 2010 08:11:15 +0000 (+1000) Subject: xfs: merge iop_unpin_remove into iop_unpin X-Git-Tag: v2.6.36-rc1~589^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9412e3181c0ef82efc3d8e88d73e583ec10c34e9;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner --- Reading git-diff-tree failed