]> nv-tegra.nvidia Code Review - linux-2.6.git/commit - fs/xfs/linux-2.6/xfs_sync.c
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>
Thu, 2 Jul 2009 05:27:02 +0000 (00:27 -0500)
commit370f048214b4e9aa2102fa3c454ae1374da287c5
treef2cf729754d584a4a0af8082822df7e69fe283dc
parente83f1eb6bfc4004c19a99ee5f5aa65bd3fbecec3
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