Re: [PATCH 1/2] btrfs: make fs_devices to be a local variable

2018-07-10 Thread Nikolay Borisov
On 10.07.2018 09:33, Gu Jinxiang wrote: > Since output parameter fs_devices of btrfs_parse_early_options is > not used in the caller, make it be a local variable. The changelog is a bit misleading, because 'fs_devices' is in fact used in the caller, however it's always passed to

[PATCH 1/2] btrfs: make fs_devices to be a local variable

2018-07-10 Thread Gu Jinxiang
Since output parameter fs_devices of btrfs_parse_early_options is not used in the caller, make it be a local variable. Signed-off-by: Gu Jinxiang --- fs/btrfs/super.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index