GFS2: change gfs2_quota_scan into a shrinker
authorAbhijith Das <adas@redhat.com>
Wed, 7 Jan 2009 22:03:37 +0000 (16:03 -0600)
committerSteven Whitehouse <steve@dolmen.chygwyn.com>
Tue, 24 Mar 2009 11:21:12 +0000 (11:21 +0000)
commit0a7ab79c5b5a16035e09b466c9013c8afc3b4bff
treebb82ea7f936b334b4de184288bc951f1642e9541
parent2db2aac255c38e75ad17c0b24feb589ccfccc0ae
GFS2: change gfs2_quota_scan into a shrinker

Deallocation of gfs2_quota_data objects now happens on-demand through a
shrinker instead of routinely deallocating through the quotad daemon.

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