]> www.infradead.org Git - users/hch/block.git/commitdiff
another tmp fix
authorLeon Romanovsky <leon@kernel.org>
Wed, 25 Sep 2024 12:16:16 +0000 (15:16 +0300)
committerLeon Romanovsky <leon@kernel.org>
Thu, 3 Oct 2024 16:05:52 +0000 (19:05 +0300)
Signed-off-by: Leon Romanovsky <leon@kernel.org>
net/9p/client.c

index 5cd94721d974f4428d9a642c13bf325ee15fd2be..ad73ea5eae03fb618f067d115d28a2f9ffcc68c2 100644 (file)
@@ -1038,11 +1038,11 @@ struct p9_client *p9_client_create(const char *dev_name, char *options)
        /* P9_HDRSZ + 4 is the smallest packet header we can have that is
         * followed by data accessed from userspace by read
         */
-       clnt->fcall_cache =
-               kmem_cache_create_usercopy("9p-fcall-cache", clnt->msize,
-                                          0, 0, P9_HDRSZ + 4,
-                                          clnt->msize - (P9_HDRSZ + 4),
-                                          NULL);
+       //clnt->fcall_cache =
+       //      kmem_cache_create_usercopy("9p-fcall-cache", clnt->msize,
+       //                                 0, 0, P9_HDRSZ + 4,
+       //                                 clnt->msize - (P9_HDRSZ + 4),
+       //                                         NULL);
 
        return clnt;