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 ffeaf8a..da8f804 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 a88c259..7c91445 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;