[XFS] Trivial xfs_remove comment fixup
authorChristoph Hellwig <hch@infradead.org>
Thu, 30 Oct 2008 06:55:18 +0000 (17:55 +1100)
committerLachlan McIlroy <lachlan@sgi.com>
Thu, 30 Oct 2008 06:55:18 +0000 (17:55 +1100)
commit2b7035fd7473c799ca3372092d72c768c7db329d
tree273f847f302f183cc20c6a2a7e7b6c971790dae2
parent1ec7944beb6f3c29f1e58a66422130133727e9e1
[XFS] Trivial xfs_remove comment fixup

The dp to ip comment should be for the unconditional xfs_droplink call,
and the "." link obviously only exists for directories, so it should be in
the is_dir conditional.

SGI-PV: 987246

SGI-Modid: xfs-linux-melb:xfs-kern:32374a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Donald Douwsma <donaldd@sgi.com>
Signed-off-by: David Chinner <david@fromorbit.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_vnodeops.c