acozzette / BUSE

A block device in user space for Linux
GNU General Public License v2.0
240 stars 47 forks source link

Flush support is now reported to the NBD client #28

Closed albertofaria closed 6 years ago

albertofaria commented 6 years ago

This PR fixes a bug where support for FLUSH operations would never be reported to the NBD kernel module, resulting in no FLUSH requests ever reaching the user-space implementation.