Re: [PATCH] xfs: fix unused variable build warning in xfs_log.c

2021-02-04 Thread Chaitanya Kulkarni
On 2/4/21 19:20, John Hubbard wrote: > Delete the unused "log" variable in xfs_log_cover(). > > Fixes: 303591a0a9473 ("xfs: cover the log during log quiesce") > Cc: Brian Foster > Cc: Christoph Hellwig > Cc: Darrick J. Wong > Cc: Allison Henderson > Signed-off-by: John Hubbard Looks good. Rev

Re: [PATCH] xfs: fix unused variable build warning in xfs_log.c

2021-02-04 Thread John Hubbard
On 2/4/21 7:30 PM, Darrick J. Wong wrote: On Thu, Feb 04, 2021 at 07:18:14PM -0800, John Hubbard wrote: Delete the unused "log" variable in xfs_log_cover(). Fixes: 303591a0a9473 ("xfs: cover the log during log quiesce") Cc: Brian Foster Cc: Christoph Hellwig Cc: Darrick J. Wong Cc: Allison H

Re: [PATCH] xfs: fix unused variable build warning in xfs_log.c

2021-02-04 Thread Darrick J. Wong
On Thu, Feb 04, 2021 at 07:18:14PM -0800, John Hubbard wrote: > Delete the unused "log" variable in xfs_log_cover(). > > Fixes: 303591a0a9473 ("xfs: cover the log during log quiesce") > Cc: Brian Foster > Cc: Christoph Hellwig > Cc: Darrick J. Wong > Cc: Allison Henderson > Signed-off-by: John

[PATCH] xfs: fix unused variable build warning in xfs_log.c

2021-02-04 Thread John Hubbard
Delete the unused "log" variable in xfs_log_cover(). Fixes: 303591a0a9473 ("xfs: cover the log during log quiesce") Cc: Brian Foster Cc: Christoph Hellwig Cc: Darrick J. Wong Cc: Allison Henderson Signed-off-by: John Hubbard --- Hi, I just ran into this on today's linux-next, so here you go!