super.c (bf97293eb878df3792d9de7213bd7b82135aea77) | super.c (1ab6c4997e04a00c50c6d786c2f046adc0d1f5de) |
---|---|
1/* 2 * linux/fs/nfs/super.c 3 * 4 * Copyright (C) 1992 Rick Sladkey 5 * 6 * nfs superblock handling functions 7 * 8 * Modularised by Alan Cox <alan@lxorguk.ukuu.org.uk>, while hacking some --- 346 unchanged lines hidden (view full) --- 355} 356 357static void unregister_nfs4_fs(void) 358{ 359} 360#endif 361 362static struct shrinker acl_shrinker = { | 1/* 2 * linux/fs/nfs/super.c 3 * 4 * Copyright (C) 1992 Rick Sladkey 5 * 6 * nfs superblock handling functions 7 * 8 * Modularised by Alan Cox <alan@lxorguk.ukuu.org.uk>, while hacking some --- 346 unchanged lines hidden (view full) --- 355} 356 357static void unregister_nfs4_fs(void) 358{ 359} 360#endif 361 362static struct shrinker acl_shrinker = { |
363 .shrink = nfs_access_cache_shrinker, | 363 .count_objects = nfs_access_cache_count, 364 .scan_objects = nfs_access_cache_scan, |
364 .seeks = DEFAULT_SEEKS, 365}; 366 367/* 368 * Register the NFS filesystems 369 */ 370int __init register_nfs_fs(void) 371{ --- 2474 unchanged lines hidden --- | 365 .seeks = DEFAULT_SEEKS, 366}; 367 368/* 369 * Register the NFS filesystems 370 */ 371int __init register_nfs_fs(void) 372{ --- 2474 unchanged lines hidden --- |