public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fixes to GCC warnings while compiling with W=1 level
@ 2020-08-19 14:16 Leon Romanovsky
  2020-08-19 14:16 ` [PATCH 1/3] fs/btfrs: Fix -Wunused-but-set-variable warnings Leon Romanovsky
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Leon Romanovsky @ 2020-08-19 14:16 UTC (permalink / raw)
  To: Chris Mason, David Sterba, Josef Bacik
  Cc: Leon Romanovsky, linux-btrfs, linux-kernel

From: Leon Romanovsky <leonro@nvidia.com>

Hi,

The series of trivial fixes for GCC warnings seen while compiling with W=1.

Thanks

Leon Romanovsky (3):
  fs/btfrs: Fix -Wunused-but-set-variable warnings
  fs/btrfs: Fix -Wignored-qualifiers warnings
  fs/btrfs: Fix -Wmissing-prototypes warnings

 fs/btrfs/compression.c | 35 -----------------------------------
 fs/btrfs/compression.h | 35 +++++++++++++++++++++++++++++++++++
 fs/btrfs/ctree.c       |  2 +-
 fs/btrfs/ctree.h       |  2 +-
 fs/btrfs/sysfs.c       |  7 +++----
 fs/btrfs/sysfs.h       |  2 +-
 6 files changed, 41 insertions(+), 42 deletions(-)

--
2.26.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-19 15:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-19 14:16 [PATCH 0/3] Fixes to GCC warnings while compiling with W=1 level Leon Romanovsky
2020-08-19 14:16 ` [PATCH 1/3] fs/btfrs: Fix -Wunused-but-set-variable warnings Leon Romanovsky
2020-08-19 14:16 ` [PATCH 2/3] fs/btrfs: Fix -Wignored-qualifiers warnings Leon Romanovsky
2020-08-19 14:16 ` [PATCH 3/3] fs/btrfs: Fix -Wmissing-prototypes warnings Leon Romanovsky
2020-08-19 14:21 ` [PATCH 0/3] Fixes to GCC warnings while compiling with W=1 level Leon Romanovsky
2020-08-19 15:39 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox