[XFS] xfs_rename: pass resblks to xfs_dir_removename
authorChristoph Hellwig <hch@infradead.org>
Tue, 22 Apr 2008 07:33:46 +0000 (17:33 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Tue, 29 Apr 2008 05:53:41 +0000 (15:53 +1000)
commitd4377d84189349357e1812eaff6d0504766eea06
tree481e076ef3c8758a2f53254ec9b8ddcf405f63c3
parent6a7f422d47d4af461704ebb9d7a389d9e59766b2
[XFS] xfs_rename: pass resblks to xfs_dir_removename

Similar to rmdir and remove - avoids a potential transaction reservation
overrun.

SGI-PV: 976035
SGI-Modid: xfs-linux-melb:xfs-kern:30900a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_vnodeops.c