[PATCH] kfree cleanup: fs
[cascardo/linux.git] / fs / nfsd / nfscache.c
index 119e4d4..d852ebb 100644 (file)
@@ -93,8 +93,7 @@ nfsd_cache_shutdown(void)
 
        cache_disabled = 1;
 
-       if (hash_list)
-               kfree (hash_list);
+       kfree (hash_list);
        hash_list = NULL;
 }