All of lore.kernel.org
 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

* Re: [PATCH] btrfs-progs: remove the unused btrfs_fs_info::seeding member
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Nikolay Borisov @ 2022-04-15  7:58 UTC (permalink / raw)
  To: Qu Wenruo, linux-btrfs



On 15.04.22 г. 10:19 ч., Qu Wenruo wrote:
> This member is not used by anyone, just remove it.
> 
> Signed-off-by: Qu Wenruo <wqu@suse.com>

Reviewed-by: Nikolay Borisov <nborisov@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;

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

* Re: [PATCH] btrfs-progs: remove the unused btrfs_fs_info::seeding member
  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
  1 sibling, 0 replies; 3+ messages in thread
From: David Sterba @ 2022-04-29 20:13 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: linux-btrfs

On Fri, Apr 15, 2022 at 03:19:53PM +0800, Qu Wenruo wrote:
> This member is not used by anyone, just remove it.
> 
> Signed-off-by: Qu Wenruo <wqu@suse.com>

Added to devel, thanks.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.