Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
szmi committed Jan 20, 2005
1 parent 6407414 commit 966c8de
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ What is new in 2.2

Userspace changes:

- Add fuse_file_info structure to file operations, this allows the filesystem
to return a file handle in open() which is passed to read(), write(), flush(),
fsync() and release().
- Add fuse_file_info structure to file operations, this allows the
filesystem to return a file handle in open() which is passed to
read(), write(), flush(), fsync() and release().

- Add source compatibility with 2.1 and 1.4 releases

Expand All @@ -29,6 +29,10 @@ Kernel changes:
- Remove /sys/fs/fuse/version. Version checking is now done through
the fuse device

- Replace directory reading method on the kernel interface. Instead
of passing an open file descriptor to the kernel, send data through
the FUSE device, like all other operations.

============================================================================

What is new in 2.1
Expand Down

0 comments on commit 966c8de

Please sign in to comment.