]> git.sesse.net Git - bcachefs-tools-debian/commit
Multiple small fuse fixes for write, api, and hardlink
authorTautvydas Nesvarbu <gtautvis@gmail.com>
Thu, 7 Dec 2023 13:17:34 +0000 (15:17 +0200)
committerTautvydas Nesvarbu <gtautvis@gmail.com>
Thu, 7 Dec 2023 13:17:34 +0000 (15:17 +0200)
commitbb50e501730543e188c6640daaa71b985ce9b977
treea47eeff9f0881ac2b1da3dcc831611fb695decf3
parent1c2cb80376e583d6a2170914d7628f49b5273c42
Multiple small fuse fixes for write, api, and hardlink

* changed in Makefile to use recomended fuse api 35;
* force foreground mode, because fuse_daemonize is forking after initalization other bcachefs threads;
* fix fuse_link, there where mistype in fuse_log (the paremeter need to be inum.inum);
* The write_aligned is fixed, by  wrapping struct bch_write_op into container with single closure and using end_io callback to release
      that closure.
Makefile
cmd_fusemount.c