[XFS] Remove unused argument to xfs_bmap_finish
authorEric Sandeen <sandeen@sandeen.net>
Sat, 10 Feb 2007 07:37:16 +0000 (18:37 +1100)
committerTim Shimmin <tes@sgi.com>
Sat, 10 Feb 2007 07:37:16 +0000 (18:37 +1100)
commitf7c99b6fc7b3791cd24e0763cd4967d744c164a3
tree543581c6ebe8987ff83b6d8b3425e5c2723bbf3d
parent39058a0e12a8b2dcb8f9345ecad52dbcfc120ef7
[XFS] Remove unused argument to xfs_bmap_finish

The firstblock argument to xfs_bmap_finish is not used by that function.
Remove it and cleanup the code a bit.

Patch provided by Eric Sandeen.

SGI-PV: 960196
SGI-Modid: xfs-linux-melb:xfs-kern:28034a

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/quota/xfs_dquot.c
fs/xfs/xfs_attr.c
fs/xfs/xfs_bmap.c
fs/xfs/xfs_bmap.h
fs/xfs/xfs_inode.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_rename.c
fs/xfs/xfs_rtalloc.c
fs/xfs/xfs_vnodeops.c