]> Pileus Git - ~andy/linux/commit
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)
commit40bd22c9f8617ddd5da06044c81f72a2cf700791
tree7969f179ac6e23c8fd1a9ea6bd4e9cc35ee1bfa6
parent275555163e3ac09c016c964a10e0f389cf152c4c
vfs: rename I_MUTEX_QUOTA now that it's not used for quotas

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