diff options
| -rw-r--r-- | fs/quota/dquot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c index d38684ff2ebb..020c597ef9b6 100644 --- a/fs/quota/dquot.c +++ b/fs/quota/dquot.c | |||
| @@ -2992,7 +2992,8 @@ static int __init dquot_init(void) | |||
| 2992 | pr_info("VFS: Dquot-cache hash table entries: %ld (order %ld," | 2992 | pr_info("VFS: Dquot-cache hash table entries: %ld (order %ld," |
| 2993 | " %ld bytes)\n", nr_hash, order, (PAGE_SIZE << order)); | 2993 | " %ld bytes)\n", nr_hash, order, (PAGE_SIZE << order)); |
| 2994 | 2994 | ||
| 2995 | register_shrinker(&dqcache_shrinker); | 2995 | if (register_shrinker(&dqcache_shrinker)) |
| 2996 | panic("Cannot register dquot shrinker"); | ||
| 2996 | 2997 | ||
| 2997 | return 0; | 2998 | return 0; |
| 2998 | } | 2999 | } |
