]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Mon, 19 Apr 2021 00:20:48 +0000 (19:20 -0500)
commit5ec118c55e79cac3fab1ed9bc148f27131eaa165
tree114bb3501edc9268827c2f5aca65031e54999767
parentc51bcfa776198697533bbd2b798824da3922b238
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]