xfs: add more statics & drop some unused functions
authorEric Sandeen <sandeen@sandeen.net>
Thu, 2 Jul 2009 05:09:33 +0000 (00:09 -0500)
committerFelix Blyakher <felixb@sgi.com>
Mon, 31 Aug 2009 19:46:20 +0000 (14:46 -0500)
commitd96f8f891f69ac1dc8c7bd82e27525de220c04e1
tree2f9af0f625a164bee6f369feba8aa2a99e73a753
parentbc990f5cb424cdca9dda866785d088e2c2110ecc
xfs: add more statics & drop some unused functions

A lot more functions could be made static, but they need
forward declarations; this does some easy ones, and also
found a few unused functions in the process.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Felix Blyakher <felixb@sgi.com>
23 files changed:
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/linux-2.6/xfs_sync.c
fs/xfs/linux-2.6/xfs_sync.h
fs/xfs/xfs_ag.h
fs/xfs/xfs_alloc.c
fs/xfs/xfs_bmap.c
fs/xfs/xfs_bmap.h
fs/xfs/xfs_bmap_btree.c
fs/xfs/xfs_bmap_btree.h
fs/xfs/xfs_btree.c
fs/xfs/xfs_btree.h
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_itable.c
fs/xfs/xfs_itable.h
fs/xfs/xfs_log_priv.h
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_mru_cache.c
fs/xfs/xfs_mru_cache.h
fs/xfs/xfs_rw.h
fs/xfs/xfs_vnodeops.c