Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: remove the unused btrfs_fs_info::seeding member
@ 2022-04-15  7:19 Qu Wenruo
  2022-04-15  7:58 ` Nikolay Borisov
  2022-04-29 20:13 ` David Sterba
  0 siblings, 2 replies; 3+ messages in thread
From: Qu Wenruo @ 2022-04-15  7:19 UTC (permalink / raw)
  To: linux-btrfs

This member is not used by anyone, just remove it.

Signed-off-by: Qu Wenruo <wqu@suse.com>
---
 kernel-shared/volumes.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel-shared/volumes.h b/kernel-shared/volumes.h
index 5cfe7e39f6b8..f9ca0a86e319 100644
--- a/kernel-shared/volumes.h
+++ b/kernel-shared/volumes.h
@@ -94,7 +94,6 @@ struct btrfs_fs_devices {
 	struct list_head devices;
 	struct list_head list;
 
-	int seeding;
 	struct btrfs_fs_devices *seed;
 
 	enum btrfs_chunk_allocation_policy chunk_alloc_policy;
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-29 20:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-15  7:19 [PATCH] btrfs-progs: remove the unused btrfs_fs_info::seeding member Qu Wenruo
2022-04-15  7:58 ` Nikolay Borisov
2022-04-29 20:13 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox