From 586639ccf0e2fefbd1da2c59d5abcb8d64d37434 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Thu, 15 Aug 2024 00:30:58 +0000 Subject: update go-sqlite3 to v0.18.0 (#3204) --- vendor/github.com/ncruces/go-sqlite3/vfs/os_f2fs_linux.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vendor/github.com/ncruces/go-sqlite3/vfs/os_f2fs_linux.go') diff --git a/vendor/github.com/ncruces/go-sqlite3/vfs/os_f2fs_linux.go b/vendor/github.com/ncruces/go-sqlite3/vfs/os_f2fs_linux.go index a9f0e333c..487f0c7d9 100644 --- a/vendor/github.com/ncruces/go-sqlite3/vfs/os_f2fs_linux.go +++ b/vendor/github.com/ncruces/go-sqlite3/vfs/os_f2fs_linux.go @@ -16,6 +16,8 @@ const ( _F2FS_FEATURE_ATOMIC_WRITE = 4 ) +// notest + func osBatchAtomic(file *os.File) bool { flags, err := unix.IoctlGetInt(int(file.Fd()), _F2FS_IOC_GET_FEATURES) return err == nil && flags&_F2FS_FEATURE_ATOMIC_WRITE != 0 -- cgit v1.2.3