Commit 2e2b0dda authored by Sergey Senozhatsky's avatar Sergey Senozhatsky Committed by Steve French
Browse files

cifsd: remove unneeded FIXME comments



Remove unneeded FIXME comments.

Signed-off-by: default avatarSergey Senozhatsky <senozhatsky@chromium.org>
Signed-off-by: default avatarNamjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 04165366
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
#include "user_session.h"
#include "../buffer_pool.h"
#include "../transport_ipc.h"
#include "../ksmbd_server.h" /* FIXME */

#define SHARE_HASH_BITS		3
static DEFINE_HASHTABLE(shares_table, SHARE_HASH_BITS);
+0 −2
Original line number Diff line number Diff line
@@ -10,8 +10,6 @@
#include <linux/hashtable.h>
#include <linux/path.h>

#include "../glob.h"  /* FIXME */

struct ksmbd_share_config {
	char			*name;
	char			*path;
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
#include <linux/list.h>
#include <linux/slab.h>

#include "../ksmbd_server.h" /* FIXME */
#include "../buffer_pool.h"
#include "../transport_ipc.h"
#include "../connection.h"
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

#include <linux/hashtable.h>

#include "../ksmbd_server.h" /* FIXME */
#include "../ksmbd_server.h"

struct ksmbd_share_config;
struct ksmbd_user;
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
#include "user_config.h"
#include "../buffer_pool.h"
#include "../transport_ipc.h"
#include "../ksmbd_server.h" /* FIXME */

struct ksmbd_user *ksmbd_login_user(const char *account)
{
Loading