]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: move inode locking functions to xfs_inode.c
authorDave Chinner <dchinner@redhat.com>
Mon, 8 Oct 2012 10:56:10 +0000 (21:56 +1100)
committerBen Myers <bpm@sgi.com>
Wed, 17 Oct 2012 18:40:54 +0000 (13:40 -0500)
commit88276b27bf02ee01861f50c853a42f17f6776983
tree6fd1e828965e0b7bdb66e99ac532547272f7c217
parent683b991f62c1518286368f7e7e307af2afabf6d7
xfs: move inode locking functions to xfs_inode.c

xfs_ilock() and friends really aren't related to the inode cache in
any way, so move them to xfs_inode.c with all the other inode
related functionality.

While doing this move, move the xfs_ilock() tracepoints to *before*
the lock is taken so that when a hang on a lock occurs we have
events to indicate which process and what inode we were trying to
lock when the hang occurred. This is much better than the current
silence we get on a hang...

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