Searched hist:"95668 a69a4bb862063c4d28a746e55107dee7b98" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | fuse_i.h | diff 95668a69a4bb862063c4d28a746e55107dee7b98 Wed Nov 26 05:03:55 CST 2008 Tejun Heo <tj@kernel.org> fuse: implement poll support
Implement poll support. Polled files are indexed using kh in a RB tree rooted at fuse_conn->polled_files.
Client should send FUSE_NOTIFY_POLL notification once after processing FUSE_POLL which has FUSE_POLL_SCHEDULE_NOTIFY set. Sending notification unconditionally after the latest poll or everytime file content might have changed is inefficient but won't cause malfunction.
fuse_file_poll() can sleep and requires patches from the following thread which allows f_op->poll() to sleep.
http://thread.gmane.org/gmane.linux.kernel/726176
Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
|
H A D | dev.c | diff 95668a69a4bb862063c4d28a746e55107dee7b98 Wed Nov 26 05:03:55 CST 2008 Tejun Heo <tj@kernel.org> fuse: implement poll support
Implement poll support. Polled files are indexed using kh in a RB tree rooted at fuse_conn->polled_files.
Client should send FUSE_NOTIFY_POLL notification once after processing FUSE_POLL which has FUSE_POLL_SCHEDULE_NOTIFY set. Sending notification unconditionally after the latest poll or everytime file content might have changed is inefficient but won't cause malfunction.
fuse_file_poll() can sleep and requires patches from the following thread which allows f_op->poll() to sleep.
http://thread.gmane.org/gmane.linux.kernel/726176
Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
|
H A D | inode.c | diff 95668a69a4bb862063c4d28a746e55107dee7b98 Wed Nov 26 05:03:55 CST 2008 Tejun Heo <tj@kernel.org> fuse: implement poll support
Implement poll support. Polled files are indexed using kh in a RB tree rooted at fuse_conn->polled_files.
Client should send FUSE_NOTIFY_POLL notification once after processing FUSE_POLL which has FUSE_POLL_SCHEDULE_NOTIFY set. Sending notification unconditionally after the latest poll or everytime file content might have changed is inefficient but won't cause malfunction.
fuse_file_poll() can sleep and requires patches from the following thread which allows f_op->poll() to sleep.
http://thread.gmane.org/gmane.linux.kernel/726176
Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
|
H A D | file.c | diff 95668a69a4bb862063c4d28a746e55107dee7b98 Wed Nov 26 05:03:55 CST 2008 Tejun Heo <tj@kernel.org> fuse: implement poll support
Implement poll support. Polled files are indexed using kh in a RB tree rooted at fuse_conn->polled_files.
Client should send FUSE_NOTIFY_POLL notification once after processing FUSE_POLL which has FUSE_POLL_SCHEDULE_NOTIFY set. Sending notification unconditionally after the latest poll or everytime file content might have changed is inefficient but won't cause malfunction.
fuse_file_poll() can sleep and requires patches from the following thread which allows f_op->poll() to sleep.
http://thread.gmane.org/gmane.linux.kernel/726176
Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
|