commit | 6ef3554422e2c7e7aa424ba63737da498881dff4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Nov 25 00:00:21 2009 +0000 |
committer | Alex Elder <aelder@sgi.com> | Mon Dec 14 23:08:15 2009 -0600 |
tree | ec0c8be29f8caea05f06f98c16e2a25c4fea3ebc | |
parent | 7574aa92f9b4952c458024e1fa51f20fed65ba07 [diff] |
xfs: change the xfs_iext_insert / xfs_iext_remove Change the xfs_iext_insert / xfs_iext_remove prototypes to pass more information which will allow pushing the trace points from the callers into those functions. This includes folding the whichfork information into the state variable to minimize the addition stack footprint. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>