]> git.baikalelectronics.ru Git - kernel.git/commit
fuse: convert destroy to simple api
authorMiklos Szeredi <mszeredi@redhat.com>
Tue, 10 Sep 2019 13:04:09 +0000 (15:04 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 10 Sep 2019 14:29:49 +0000 (16:29 +0200)
commitd93fba28f82453bd267cfb04d1efac7b0cdca59f
treefdd8c8d835c802f54e5acafbff3a1956612666d0
parent4487913c25ae065bccb22db8752cfe4877fc573c
fuse: convert destroy to simple api

We can use the "force" flag to make sure the DESTROY request is always sent
to userspace.  So no need to keep it allocated during the lifetime of the
filesystem.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/file.c
fs/fuse/fuse_i.h
fs/fuse/inode.c