]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fuse: create fuse_conn_operations
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 13 Dec 2011 10:58:49 +0000 (11:58 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 13 Dec 2011 10:58:49 +0000 (11:58 +0100)
commit09f781bff70b1648b7c788a0e215b0bbf2e9b814
tree00d5eef9273726ab80b809f76cf13c4945921b1f
parent451d0f599934fd97faf54a5d7954b518e66192cb
fuse: create fuse_conn_operations

Create a fuse_conn_operations structure that lets cuse implement its
own notify_store and notify_retrieve operations.

The "release" operation is also moved to this structure.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/cuse.c
fs/fuse/dev.c
fs/fuse/fuse_i.h
fs/fuse/inode.c