]> git.sesse.net Git - bcachefs-tools-debian/commit
kill bd_sync_fd
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 6 Jan 2024 22:45:54 +0000 (17:45 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 11 Jan 2024 03:27:22 +0000 (22:27 -0500)
commit226bade565776b4f67d65b62ae66d63025cf76d5
tree0396f3ff7c4ec70252b4a03af8d6b33c2136a0c0
parent2007d9b6cea540e0cbb7ba72c244f44e91803fc8
kill bd_sync_fd

not needed with pwritev2(.., RWF_SYNC), and perhaps we can get down to
one fd and then use O_EXCL for block devices.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/blk_types.h
linux/blkdev.c