]> 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, 12 Apr 2021 04:22:17 +0000 (23:22 -0500)
commit6c5925c540d962391715653633f76beafbd506a1
tree8d2a9bce6bea55789e8e9b2cd2bb1c7245d45fe2
parent6dfca04e47272d8b3cdbd94a0916638e16ce7de4
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]