summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamjae Jeon <namjae.jeon@samsung.com>2021-06-18 04:40:56 +0300
committerNamjae Jeon <namjae.jeon@samsung.com>2021-06-22 10:12:55 +0300
commit9c78ad067faf605e0cd16d557859310e5f5312be (patch)
tree377a10a58383ab8e533c31ce251b21bb233d3a50
parent79a8a71db4084d7536fc45ed2a33ce7b451ba127 (diff)
downloadlinux-9c78ad067faf605e0cd16d557859310e5f5312be.tar.xz
ksmbd: remove unneeded FIXME comment
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>
-rw-r--r--fs/cifsd/glob.h2
-rw-r--r--fs/cifsd/ksmbd_work.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/fs/cifsd/glob.h b/fs/cifsd/glob.h
index ffeaf8aa5595..da8f804a3ee2 100644
--- a/fs/cifsd/glob.h
+++ b/fs/cifsd/glob.h
@@ -14,8 +14,6 @@
#define KSMBD_VERSION "3.1.9"
-/* @FIXME clean up this code */
-
extern int ksmbd_debug_types;
#define DATA_STREAM 1
diff --git a/fs/cifsd/ksmbd_work.c b/fs/cifsd/ksmbd_work.c
index a88c25965012..7c914451bbe1 100644
--- a/fs/cifsd/ksmbd_work.c
+++ b/fs/cifsd/ksmbd_work.c
@@ -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;