]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfs/super.c
Merge remote-tracking branch 'drm/drm-next'
[karo-tx-linux.git] / fs / nfs / super.c
index 5793f24613c8e3d176ecf9c07b520c740d1424f3..a03b9c6f94895c4bec17b7191aac69a190d3e35f 100644 (file)
@@ -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,
 };