]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/nfsd/nfscache.c
[PATCH] kfree cleanup: fs
[net-next-2.6.git] / fs / nfsd / nfscache.c
index 119e4d4495b8909f41555d6f40386d4663f4207a..d852ebb538e397b83e90aa504a105dcbc50ba98f 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;
 }