From: Tejun Heo Date: Tue, 14 Apr 2009 01:54:52 +0000 (+0900) Subject: fuse: update fuse_conn_init() and separate out fuse_conn_kill() X-Git-Tag: v2.6.31-rc1~370^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a325f9b92273d6c64ec56167905b951b9827ec33;p=pandora-kernel.git 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 Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed