]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove unused delta tracking code in xfs_bmapi
authorChristoph Hellwig <hch@infradead.org>
Wed, 23 Jun 2010 08:11:15 +0000 (18:11 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 26 Jul 2010 18:16:39 +0000 (13:16 -0500)
commit3da49d67510554a55e6e643e34623a281896659b
tree2c6cd32cb72a5c7450fefca3701ebc774e830f1c
parentca1974ff64960be957b4d41ae1da90d49b5bdc99
xfs: remove unused delta tracking code in xfs_bmapi

This code was introduced four years ago in commit
7a5e2e47995fbacc232998f08137daa4aa03e6af without any review and has
been unused since.  Remove it just as the rest of the code introduced
in that commit to reduce that stack usage and complexity in this central
piece of code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
15 files changed:
fs/xfs/linux-2.6/xfs_aops.c
fs/xfs/linux-2.6/xfs_file.c
fs/xfs/quota/xfs_dquot.c
fs/xfs/quota/xfs_qm.c
fs/xfs/xfs_attr.c
fs/xfs/xfs_attr_leaf.c
fs/xfs/xfs_bmap.c
fs/xfs/xfs_bmap.h
fs/xfs/xfs_da_btree.c
fs/xfs/xfs_dir2.c
fs/xfs/xfs_dir2_leaf.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_rtalloc.c
fs/xfs/xfs_vnodeops.c