vfs: rename I_MUTEX_QUOTA now that it's not used for quotas
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 18 Apr 2012 19:21:34 +0000 (15:21 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 9 Nov 2013 05:16:40 +0000 (00:16 -0500)
I_MUTEX_QUOTA is now just being used whenever we want to lock two
non-directories.  So the name isn't right.  I_MUTEX_NONDIR2 isn't
especially elegant but it's the best I could think of.

Also fix some outdated documentation.

Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/inode.c
include/linux/fs.h

diff --cc fs/inode.c
Simple merge
Simple merge