]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Make fuse read and write work (for aligned writes).
authorJustin Husted <sigstop@gmail.com>
Mon, 7 Oct 2019 23:41:38 +0000 (16:41 -0700)
committerKent Overstreet <kent.overstreet@gmail.com>
Fri, 18 Oct 2019 20:23:39 +0000 (16:23 -0400)
Read: There was a missing refcount on the closure.

Write: Unlike in the Linux kernel, we need to manually update the size
and timestamps, otherwise the operation will appear complete when viewed
via the cached inode, but after unmounting and mounting again the write
will be undone.


No differences found