[PATCH] fuse: move INIT handling to inode.c
authorMiklos Szeredi <miklos@szeredi.hu>
Tue, 17 Jan 2006 06:14:44 +0000 (22:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:15:31 +0000 (23:15 -0800)
commit9b9a04693fa2d9e60933154e4c4aca83c219ef0a
treec68562dfcf224e32c7bbbfdcad70caa758616881
parent64c6d8ed4c55f0a99b1b81558851da80c8d58244
[PATCH] fuse: move INIT handling to inode.c

Now the INIT requests can be completely handled in inode.c and the
fuse_send_init() function need not be global any more.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fuse/dev.c
fs/fuse/fuse_i.h
fs/fuse/inode.c