]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fuse: move the backing file idr and code into a new source file
authorDarrick J. Wong <djwong@kernel.org>
Tue, 16 Sep 2025 00:27:11 +0000 (17:27 -0700)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 25 Sep 2025 14:06:02 +0000 (16:06 +0200)
commitc4331e19a6b0f9b8de5921cc2f3253e572945564
tree858ece0d2e471428ec42cdd84ad8c490d63a42db
parentd3906d8f3cee0279d459dc88b5a871fcdcd4b236
fuse: move the backing file idr and code into a new source file

iomap support for fuse is also going to want the ability to attach
backing files to a fuse filesystem.  Move the fuse_backing code into a
separate file so that both can use it.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/Makefile
fs/fuse/backing.c [new file with mode: 0644]
fs/fuse/fuse_i.h
fs/fuse/passthrough.c