commit | a325f9b92273d6c64ec56167905b951b9827ec33 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Apr 14 10:54:52 2009 +0900 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Tue Apr 28 16:56:41 2009 +0200 |
tree | 05c80627acf609f12c8117c254c3e1feb2ec5689 | |
parent | 797759aaf31351a1ab1b9130c4f180ce496f46c5 [diff] |
fuse: update fuse_conn_init() and separate out fuse_conn_kill() Update fuse_conn_init() such that it doesn't take @sb and move bdi registration into a separate function. Also separate out fuse_conn_kill() from fuse_put_super(). These will be used to implement cuse. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>