]> git.ipfire.org Git - thirdparty/linux.git/commit
fuse: implement nonseekable open
authorTejun Heo <tj@kernel.org>
Thu, 16 Oct 2008 14:08:57 +0000 (16:08 +0200)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 16 Oct 2008 14:08:57 +0000 (16:08 +0200)
commita7c1b990f71574e077b94ce4582e2cf11cb891fe
tree9192239167f6047c4f5fbc64d530904ac4f8de86
parent29d434b39c807320fbe4bcdce0ab98a0b9fcb285
fuse: implement nonseekable open

Let the client request nonseekable open using FOPEN_NONSEEKABLE and
call nonseekable_open() on the file if requested.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/file.c
include/linux/fuse.h