commit | 67a23c494621ff1d5431c3bc320947865b224625 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Mar 22 22:23:42 2011 +1100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 24 21:17:51 2011 -0400 |
tree | cce0868fc73031d8b0addc4dc7412d49ee9ec370 | |
parent | a66979abad090b2765a6c6790c9fdeab996833f2 [diff] |
fs: rename inode_lock to inode_hash_lock All that remains of the inode_lock is protecting the inode hash list manipulation and traversals. Rename the inode_lock to inode_hash_lock to reflect it's actual function. Signed-off-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>