]> Git Repo - linux.git/commit - include/uapi/linux/fuse.h
fuse: implement nonseekable open
authorTejun Heo <[email protected]>
Thu, 16 Oct 2008 14:08:57 +0000 (16:08 +0200)
committerMiklos Szeredi <[email protected]>
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 <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
fs/fuse/file.c
include/linux/fuse.h
This page took 0.051712 seconds and 4 git commands to generate.