xfs: no need to lock the inode in xfs_find_handle
authorChristoph Hellwig <hch@infradead.org>
Fri, 6 Dec 2013 20:30:07 +0000 (12:30 -0800)
committerBen Myers <bpm@sgi.com>
Wed, 18 Dec 2013 21:34:28 +0000 (15:34 -0600)
commit30ba7ad54335e4715d3cc9cc8f43cbf1b3535e46
tree1dfe5180129166a78a0ab095c15b9769c415585f
parentf9b395a8ef8f34d19cae2cde361e19c96e097fad
xfs: no need to lock the inode in xfs_find_handle

Both the inode number and the generation do not change on a live inode.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_ioctl.c