diff options
author | Dave Chinner <dchinner@redhat.com> | 2012-10-08 21:56:10 +1100 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-10-17 13:40:54 -0500 |
commit | fa96acadf1eb712fca6d59922ad93787c87e44ec (patch) | |
tree | 6fd1e828965e0b7bdb66e99ac532547272f7c217 /fs/afs | |
parent | 6d8b79cfca39399ef9115fb65dde85993455c9a3 (diff) | |
download | op-kernel-dev-fa96acadf1eb712fca6d59922ad93787c87e44ec.zip op-kernel-dev-fa96acadf1eb712fca6d59922ad93787c87e44ec.tar.gz |
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>
Diffstat (limited to 'fs/afs')
0 files changed, 0 insertions, 0 deletions