Message ID | 20170926071407.31719-1-clabbe.montjoie@gmail.com |
---|---|
Headers | show |
Series | nfs_common: misc patchs | expand |
On Tue, 2017-09-26 at 09:14 +0200, Corentin Labbe wrote: > Hello > > The origin of this series is a build warning fix. > But reading the code show me two other possible patch. > > Regards > > Corentin Labbe (3): > nfs_common: fix build warning in grace.c > nfs_common: move locks_in_grace comment at the right place > nfs_common: convert int to bool > > fs/nfs_common/grace.c | 24 ++++++++++++------------ > include/linux/fs.h | 4 ++-- > 2 files changed, 14 insertions(+), 14 deletions(-) > Looks like a reasonable set of cleanups. Probably fine for v4.15? Reviewed-by: Jeff Layton <jlayton@redhat.com>
On Tue, Sep 26, 2017 at 07:15:09AM -0400, Jeff Layton wrote: > On Tue, 2017-09-26 at 09:14 +0200, Corentin Labbe wrote: > > Hello > > > > The origin of this series is a build warning fix. > > But reading the code show me two other possible patch. > > > > Regards > > > > Corentin Labbe (3): > > nfs_common: fix build warning in grace.c > > nfs_common: move locks_in_grace comment at the right place > > nfs_common: convert int to bool > > > > fs/nfs_common/grace.c | 24 ++++++++++++------------ > > include/linux/fs.h | 4 ++-- > > 2 files changed, 14 insertions(+), 14 deletions(-) > > > > Looks like a reasonable set of cleanups. Probably fine for v4.15? > > Reviewed-by: Jeff Layton <jlayton@redhat.com> Yep, applying, thanks. --b.