]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a4f57c25fcaccb992a6781c4986f90768b7f3b7
treebb82ea7f936b334b4de184288bc951f1642e9541
parent304bb2fe34ca17944f305a88dd66ab27ffedfc85
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