fstree: Use O_TMPFILE for temporary files #970

Merged
fyrchik merged 7 commits from fyrchik/frostfs-node:fix-fstree into master 2024-02-09 16:12:13 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d14d065fdc - Show all commits

View file

@ -1,4 +1,4 @@
//go:build linux
//go:build linux && !fstree_generic
package fstree

View file

@ -1,4 +1,4 @@
//go:build !linux
//go:build !linux || fstree_generic
package fstree