From: J. Bruce Fields Date: Wed, 18 Apr 2012 19:21:34 +0000 (-0400) Subject: vfs: rename I_MUTEX_QUOTA now that it's not used for quotas X-Git-Tag: v3.13-rc1~107^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40bd22c9f8617ddd5da06044c81f72a2cf700791;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields Signed-off-by: Al Viro --- Reading git-diff-tree failed