diff options
author | Namjae Jeon <namjae.jeon@samsung.com> | 2021-04-14 09:24:11 +0900 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-05-10 19:15:43 -0500 |
commit | 5626518ecaa50ffa5797e516a47a0b1392db1aa9 (patch) | |
tree | 62f7eb4a42a6aeb9376a6cf76973238fe48a4357 /fs/cifsd/vfs.c | |
parent | 2efec2dee861000263d255a24f7a7c6d82c749d1 (diff) | |
download | lwn-5626518ecaa50ffa5797e516a47a0b1392db1aa9.tar.gz lwn-5626518ecaa50ffa5797e516a47a0b1392db1aa9.zip |
cifsd: move nt time functions to misc.c
Move nt time functions in netmisc.c to misc.c to remove netmisc.c file.
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifsd/vfs.c')
-rw-r--r-- | fs/cifsd/vfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifsd/vfs.c b/fs/cifsd/vfs.c index d8259ca2493e..7c8ab19ab014 100644 --- a/fs/cifsd/vfs.c +++ b/fs/cifsd/vfs.c @@ -29,6 +29,7 @@ #include "smbacl.h" #include "ndr.h" #include "auth.h" +#include "misc.h" #include "smb_common.h" #include "mgmt/share_config.h" |