kernel-ark/fs/fuse
Miklos Szeredi 9ba7cbba10 [PATCH] fuse: extend semantics of connected flag
The ->connected flag for a fuse_conn object previously only indicated whether
the device file for this connection is currently open or not.

Change it's meaning so that it indicates whether the connection is active or
not: now either umount or device release will clear the flag.

The separate ->mounted flag is still needed for handling background requests.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-16 23:15:30 -08:00
..
dev.c [PATCH] fuse: extend semantics of connected flag 2006-01-16 23:15:30 -08:00
dir.c [PATCH] fuse: uninline some functions 2006-01-16 23:15:29 -08:00
file.c [PATCH] fuse: uninline some functions 2006-01-16 23:15:29 -08:00
fuse_i.h [PATCH] fuse: extend semantics of connected flag 2006-01-16 23:15:30 -08:00
inode.c [PATCH] fuse: extend semantics of connected flag 2006-01-16 23:15:30 -08:00
Makefile [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00