GFS2: Move quota bitmap operations under their own lock
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 13 Dec 2013 11:46:28 +0000 (11:46 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 14 Jan 2014 19:29:06 +0000 (19:29 +0000)
Gradually, the global qd_lock is being used for less and less.
After this patch it will only be used for the per super block
list whose purpose is to allow syncing of changes back to the
master quota file from the local quota changes file. Fixing
up that process to make it more efficient will be the subject
of a later patch, however this patch removes another barrier
to doing that.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: Abhijith Das <adas@redhat.com>
fs/gfs2/incore.h
fs/gfs2/ops_fstype.c
fs/gfs2/quota.c

Simple merge
Simple merge
diff --cc fs/gfs2/quota.c
Simple merge