]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fuse: introduce per-instance fuse_dev structure
authorMiklos Szeredi <mszeredi@suse.cz>
Wed, 1 Jul 2015 14:26:08 +0000 (16:26 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Wed, 1 Jul 2015 14:26:08 +0000 (16:26 +0200)
commitcc080e9e9be16ccf26135d366d7d2b65209f1d56
tree7983dc5634462fb3ee0306827a1dd68f137cc316
parent00c570f4ba43ae73b41fa0a2269c3b0ac20386ef
fuse: introduce per-instance fuse_dev structure

Allow fuse device clones to refer to be distinguished.  This patch just
adds the infrastructure by associating a separate "struct fuse_dev" with
each clone.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Reviewed-by: Ashish Samant <ashish.samant@oracle.com>
fs/fuse/cuse.c
fs/fuse/dev.c
fs/fuse/fuse_i.h
fs/fuse/inode.c