xfs: remove unused parameter from xfs_reclaim_inodes
authorDave Chinner <david@fromorbit.com>
Mon, 8 Jun 2009 13:35:12 +0000 (15:35 +0200)
committerChristoph Hellwig <hch@brick.lst.de>
Mon, 8 Jun 2009 13:35:12 +0000 (15:35 +0200)
commitabc1064742604e60a47a65fa3214dc1a84db093d
treeeeefefeaae0783b8943e99b68b27547c575d5194
parent1da8eecab5f866b4f5be43adbaadf18e259a8cc5
xfs: remove unused parameter from xfs_reclaim_inodes

The noblock parameter of xfs_reclaim_inodes is only ever set to zero. Remove
it and all the conditional code that is never executed.

Signed-off-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
fs/xfs/linux-2.6/xfs_sync.c
fs/xfs/linux-2.6/xfs_sync.h
fs/xfs/xfs_mount.c