summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-01-06 17:45:54 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2024-01-10 22:27:22 -0500
commit226bade565776b4f67d65b62ae66d63025cf76d5 (patch)
tree0396f3ff7c4ec70252b4a03af8d6b33c2136a0c0 /include
parent2007d9b6cea540e0cbb7ba72c244f44e91803fc8 (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/blk_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h
index 22bae25f..5c6d7b72 100644
--- a/include/linux/blk_types.h
+++ b/include/linux/blk_types.h
@@ -39,7 +39,6 @@ struct block_device {
struct gendisk * bd_disk;
struct gendisk __bd_disk;
int bd_fd;
- int bd_sync_fd;
int bd_buffered_fd;
};