summaryrefslogtreecommitdiff
path: root/fs/nfs/super.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2013-07-22 13:31:46 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-07-22 13:31:46 +1000
commit7c80634a358876e6ac226f5be5774693a44718e0 (patch)
tree08a69bb5bbc7933dfdbc89c3235acea68f0093b5 /fs/nfs/super.c
parent1a91bfe6f43da80ba573502559b23804e1e3f616 (diff)
parentc260ed98a845a788fd18a98b662fef900653e22b (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r--fs/nfs/super.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index 71fdc0dfa0d2..badb164b1c4b 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -360,7 +360,8 @@ static void unregister_nfs4_fs(void)
#endif
static struct shrinker acl_shrinker = {
- .shrink = nfs_access_cache_shrinker,
+ .count_objects = nfs_access_cache_count,
+ .scan_objects = nfs_access_cache_scan,
.seeks = DEFAULT_SEEKS,
};