zfs-linux / zfs

Native ZFS for Linux
http://wiki.github.com/behlendorf/zfs/
Other
56 stars 2 forks source link

Cannot fsync() directory #99

Closed ghost closed 13 years ago

ghost commented 13 years ago

When pass a directory fd to fsync(), -1 will be returned, errno will be set to EINVAL.

Some programs need this feature to function, for example the dpkg package manager.

deepenmehta commented 13 years ago

Thanks for contacting KQ Stor support.

The problem is resolved now. It has been committed to lzfs's master branch. We will be creating new rpm/deb packages and will upload on website. Meanwhile you can build the code from the source and use it.

mitra commented 13 years ago

fixed