Re: [PATCH v3] scripts/gdb: replace flags (MS_xyz -> SB_xyz)

2019-03-12 Thread Greg KH
On Fri, Mar 08, 2019 at 12:56:28PM -0800, Nick Desaulniers wrote: > On Fri, Mar 8, 2019 at 4:37 AM Greg KH wrote: > > > > On Tue, Mar 05, 2019 at 01:47:58PM -0800, Nick Desaulniers wrote: > > > On Tue, Mar 5, 2019 at 2:30 AM Kieran Bingham > > > wrote: > > > > > > > > From: Jackie Liu > > > > >

Re: [PATCH v3] scripts/gdb: replace flags (MS_xyz -> SB_xyz)

2019-03-08 Thread Nick Desaulniers
On Fri, Mar 8, 2019 at 4:37 AM Greg KH wrote: > > On Tue, Mar 05, 2019 at 01:47:58PM -0800, Nick Desaulniers wrote: > > On Tue, Mar 5, 2019 at 2:30 AM Kieran Bingham > > wrote: > > > > > > From: Jackie Liu > > > > > > Since commit 1751e8a6cb93 ("Rename superblock flags (MS_xyz -> SB_xyz)"), > >

Re: [PATCH v3] scripts/gdb: replace flags (MS_xyz -> SB_xyz)

2019-03-08 Thread Greg KH
On Tue, Mar 05, 2019 at 01:47:58PM -0800, Nick Desaulniers wrote: > On Tue, Mar 5, 2019 at 2:30 AM Kieran Bingham > wrote: > > > > From: Jackie Liu > > > > Since commit 1751e8a6cb93 ("Rename superblock flags (MS_xyz -> SB_xyz)"), > > scripts/gdb should be updated to replace MS_xyz with SB_xyz. >

Re: [PATCH v3] scripts/gdb: replace flags (MS_xyz -> SB_xyz)

2019-03-05 Thread Nick Desaulniers
On Tue, Mar 5, 2019 at 2:30 AM Kieran Bingham wrote: > > From: Jackie Liu > > Since commit 1751e8a6cb93 ("Rename superblock flags (MS_xyz -> SB_xyz)"), > scripts/gdb should be updated to replace MS_xyz with SB_xyz. > > This change didn't directly affect the running operation of scripts/gdb until

[PATCH v3] scripts/gdb: replace flags (MS_xyz -> SB_xyz)

2019-03-05 Thread Kieran Bingham
From: Jackie Liu Since commit 1751e8a6cb93 ("Rename superblock flags (MS_xyz -> SB_xyz)"), scripts/gdb should be updated to replace MS_xyz with SB_xyz. This change didn't directly affect the running operation of scripts/gdb until commit e262e32d6bde "vfs: Suppress MS_* flag defs within the