]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit9d4aa91005e0b1958b94dd9bcb03a2e5df7dc2fc
treec68562dfcf224e32c7bbbfdcad70caa758616881
parent1044e5e0f0ec9ccf3de52a8d4f2447b297430fc3
[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