OSDN Git Service

cifsd: add file operations
authorNamjae Jeon <namjae.jeon@samsung.com>
Tue, 16 Mar 2021 01:50:04 +0000 (10:50 +0900)
committerSteve French <stfrench@microsoft.com>
Tue, 11 May 2021 00:15:16 +0000 (19:15 -0500)
commitf44158485826c076335d6860d35872271a83791d
tree1f6707a37918328eac3c76ea4ef76f02734faf5a
parente2f34481b24db2fd634b5edb0a5bd0e4d38cc6e9
cifsd: add file operations

This adds file operations and buffer pool for cifsd.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Acked-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/buffer_pool.c [new file with mode: 0644]
fs/cifsd/buffer_pool.h [new file with mode: 0644]
fs/cifsd/vfs.c [new file with mode: 0644]
fs/cifsd/vfs.h [new file with mode: 0644]
fs/cifsd/vfs_cache.c [new file with mode: 0644]
fs/cifsd/vfs_cache.h [new file with mode: 0644]