]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit2d9e72303d538024627fb1fe2cbde48aec12acc0
treef1aa745cf372cfe899524bfaad9ee4d28977ca4a
parentee2411a8db49a21bc55dc124e1b434ba194c8903
GFS2: Move quota bitmap operations under their own lock

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