Hi!

> +++ b/include/uapi/linux/fuse.h
> @@ -219,10 +219,12 @@ struct fuse_file_lock {
>   * FOPEN_DIRECT_IO: bypass page cache for this open file
>   * FOPEN_KEEP_CACHE: don't invalidate the data cache on open
>   * FOPEN_NONSEEKABLE: the file is not seekable
> + * FOPEN_STREAM: the file is stream-like (no file position at all)
>   */
>  #define FOPEN_DIRECT_IO              (1 << 0)
>  #define FOPEN_KEEP_CACHE     (1 << 1)
>  #define FOPEN_NONSEEKABLE    (1 << 2)
> +#define FOPEN_STREAM         (1 << 4)

Interesting choice of constants. It is too late to change it now, but
was (1 << 3) meant here?
                                                                        Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

Attachment: signature.asc
Description: Digital signature

Reply via email to