xfs: tiny xfs_setattr_mode cleanup
authorChristoph Hellwig <hch@infradead.org>
Mon, 18 Nov 2013 13:10:40 +0000 (05:10 -0800)
committerBen Myers <bpm@sgi.com>
Fri, 6 Dec 2013 23:18:41 +0000 (17:18 -0600)
commit0c3d88dfcedf92b28d759182ecb33f2808dc3e59
tree9a158a8cd8078cb6ee9bfb6984bbff14f9ea7157
parent37eb9706ebf5b99d14c6086cdeef2c2f73f9c9fb
xfs: tiny xfs_setattr_mode cleanup

Remove the pointless tp argument, and properly align the local variable
declarations.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_iops.c