Re: [PATCH v2] btrfs: fix endianness compatibility during the SB RW

2018-02-20 Thread Liu Bo
On Tue, Feb 13, 2018 at 11:00:46AM +0800, Anand Jain wrote: > Fixes the endianness bug in the fs_info::super_copy by using its > btrfs_set_super...() function to set values in the SB, as these > functions manage the endianness compatibility nicely. Reviewed-by: Liu Bo

Re: [PATCH v2] btrfs: fix endianness compatibility during the SB RW

2018-02-15 Thread David Sterba
On Wed, Feb 14, 2018 at 10:53:19PM +0800, Anand Jain wrote: > > > On 02/14/2018 01:55 AM, David Sterba wrote: > > On Tue, Feb 13, 2018 at 06:27:13PM +0800, Anand Jain wrote: > >> On 02/13/2018 05:01 PM, Qu Wenruo wrote: > >>> On 2018年02月13日 11:00, Anand Jain wrote: > Fixes the endianness

Re: [PATCH v2] btrfs: fix endianness compatibility during the SB RW

2018-02-14 Thread Anand Jain
On 02/14/2018 01:55 AM, David Sterba wrote: On Tue, Feb 13, 2018 at 06:27:13PM +0800, Anand Jain wrote: On 02/13/2018 05:01 PM, Qu Wenruo wrote: On 2018年02月13日 11:00, Anand Jain wrote: Fixes the endianness bug in the fs_info::super_copy by using its btrfs_set_super...() function to set

Re: [PATCH v2] btrfs: fix endianness compatibility during the SB RW

2018-02-13 Thread David Sterba
On Tue, Feb 13, 2018 at 06:27:13PM +0800, Anand Jain wrote: > On 02/13/2018 05:01 PM, Qu Wenruo wrote: > > On 2018年02月13日 11:00, Anand Jain wrote: > >> Fixes the endianness bug in the fs_info::super_copy by using its > >> btrfs_set_super...() function to set values in the SB, as these > >>

Re: [PATCH v2] btrfs: fix endianness compatibility during the SB RW

2018-02-13 Thread Qu Wenruo
On 2018年02月13日 18:27, Anand Jain wrote: > > > On 02/13/2018 05:01 PM, Qu Wenruo wrote: >> >> >> On 2018年02月13日 11:00, Anand Jain wrote: >>> Fixes the endianness bug in the fs_info::super_copy by using its >>> btrfs_set_super...() function to set values in the SB, as these >>> functions manage

Re: [PATCH v2] btrfs: fix endianness compatibility during the SB RW

2018-02-13 Thread Anand Jain
On 02/13/2018 05:01 PM, Qu Wenruo wrote: On 2018年02月13日 11:00, Anand Jain wrote: Fixes the endianness bug in the fs_info::super_copy by using its btrfs_set_super...() function to set values in the SB, as these functions manage the endianness compatibility nicely. Signed-off-by: Anand Jain

Re: [PATCH v2] btrfs: fix endianness compatibility during the SB RW

2018-02-13 Thread Qu Wenruo
On 2018年02月13日 11:00, Anand Jain wrote: > Fixes the endianness bug in the fs_info::super_copy by using its > btrfs_set_super...() function to set values in the SB, as these > functions manage the endianness compatibility nicely. > > Signed-off-by: Anand Jain Also went

Re: [PATCH v2] btrfs: fix endianness compatibility during the SB RW

2018-02-12 Thread Nikolay Borisov
On 13.02.2018 05:00, Anand Jain wrote: > Fixes the endianness bug in the fs_info::super_copy by using its > btrfs_set_super...() function to set values in the SB, as these > functions manage the endianness compatibility nicely. > > Signed-off-by: Anand Jain Reviewed-by:

[PATCH v2] btrfs: fix endianness compatibility during the SB RW

2018-02-12 Thread Anand Jain
Fixes the endianness bug in the fs_info::super_copy by using its btrfs_set_super...() function to set values in the SB, as these functions manage the endianness compatibility nicely. Signed-off-by: Anand Jain --- v1->v2: Update change log. Update $Subject. Old: