linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Make the code -Wunused clean
@ 2018-03-15 12:36 Nikolay Borisov
  2018-03-15 12:36 ` [PATCH 1/8] btrfs: Remove unused op_key var from add_delayed_refs Nikolay Borisov
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Nikolay Borisov @ 2018-03-15 12:36 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Nikolay Borisov

This series eliminates all -Wunused warnings in the code base. 

Nikolay Borisov (8):
  btrfs: Remove unused op_key var from add_delayed_refs
  btrfs: Remove unused length var from scrub_handle_errored_block
  btrfs: Remove unused tot_len var from lzo_decompress
  btrfs: Remove unused root var from relink_file_extents
  btrfs: remove max_active var from open_ctree
  btrfs: Remove unused parent_level var from btrfs_realloc_node
  btrfs: Remove unused extent_root var from caching_thread
  btrfs: Remove unused flush var in shrink_delalloc

 fs/btrfs/backref.c     | 5 +----
 fs/btrfs/ctree.c       | 3 ---
 fs/btrfs/disk-io.c     | 3 ---
 fs/btrfs/extent-tree.c | 7 -------
 fs/btrfs/inode.c       | 2 --
 fs/btrfs/lzo.c         | 2 --
 fs/btrfs/scrub.c       | 2 --
 7 files changed, 1 insertion(+), 23 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-03-16 15:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-15 12:36 [PATCH 0/8] Make the code -Wunused clean Nikolay Borisov
2018-03-15 12:36 ` [PATCH 1/8] btrfs: Remove unused op_key var from add_delayed_refs Nikolay Borisov
2018-03-15 12:36 ` [PATCH 2/8] btrfs: Remove unused length var from scrub_handle_errored_block Nikolay Borisov
2018-03-15 12:36 ` [PATCH 3/8] btrfs: Remove unused tot_len var from lzo_decompress Nikolay Borisov
2018-03-15 12:36 ` [PATCH 4/8] btrfs: Remove unused root var from relink_file_extents Nikolay Borisov
2018-03-15 12:36 ` [PATCH 5/8] btrfs: remove max_active var from open_ctree Nikolay Borisov
2018-03-15 12:36 ` [PATCH 6/8] btrfs: Remove unused parent_level var from btrfs_realloc_node Nikolay Borisov
2018-03-15 12:36 ` [PATCH 7/8] btrfs: Remove unused extent_root var from caching_thread Nikolay Borisov
2018-03-15 12:36 ` [PATCH 8/8] btrfs: Remove unused flush var in shrink_delalloc Nikolay Borisov
2018-03-16 15:38 ` [PATCH 0/8] Make the code -Wunused clean David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).