From: Jan Kara Date: Wed, 5 Sep 2012 20:55:11 +0000 (-0400) Subject: GFS2: Get rid of I_MUTEX_QUOTA usage X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~108^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56aa72d0fcc9c4a3af4d0111d8d7f336b63adff9;p=pandora-kernel.git GFS2: Get rid of I_MUTEX_QUOTA usage GFS2 uses i_mutex on its system quota inode to synchronize writes to quota file. Since this is an internal inode to GFS2 (not part of directory hiearchy or visible by user) we are safe to define locking rules for it. So let's just get it its own locking class to make it clear. Signed-off-by: Jan Kara Signed-off-by: J. Bruce Fields Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed