ksmbd: remove unneeded FIXME comment
authorNamjae Jeon <namjae.jeon@samsung.com>
Fri, 18 Jun 2021 01:40:56 +0000 (10:40 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Tue, 22 Jun 2021 07:12:55 +0000 (16:12 +0900)
Remove unneeded FIXME comment.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/glob.h
fs/cifsd/ksmbd_work.c

index ffeaf8aa5595256ff38c2e2dcd62bdc48c5a29f1..da8f804a3ee2c8d20a901494c2bbe70d283de13f 100644 (file)
@@ -14,8 +14,6 @@
 
 #define KSMBD_VERSION  "3.1.9"
 
-/* @FIXME clean up this code */
-
 extern int ksmbd_debug_types;
 
 #define DATA_STREAM    1
index a88c2596501218ecda1cc0f764199979eab5510e..7c914451bbe19964aa2c3c21fe4c135b48002280 100644 (file)
@@ -12,8 +12,6 @@
 #include "connection.h"
 #include "ksmbd_work.h"
 #include "mgmt/ksmbd_ida.h"
-
-/* @FIXME */
 #include "ksmbd_server.h"
 
 static struct kmem_cache *work_cache;