linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Btrfs, remove unused structure members
@ 2017-05-16 17:17 David Sterba
  2017-05-16 17:17 ` [PATCH 1/4] btrfs: remove unused member err from reada_extent David Sterba
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Sterba @ 2017-05-16 17:17 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

With some help of coccinelle and coccigrep I found a few stucture members that
are completely unused, we can remove them and reduce structure sizes.

David Sterba (4):
  btrfs: remove unused member err from reada_extent
  btrfs: remove unused member list from async_submit_bio
  btrfs: remove unused members dir_path from recorded_ref
  btrfs: remove unused member list from btrfs_end_io_wq

 fs/btrfs/disk-io.c | 2 --
 fs/btrfs/reada.c   | 1 -
 fs/btrfs/send.c    | 8 --------
 3 files changed, 11 deletions(-)

-- 
2.12.0


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

end of thread, other threads:[~2017-05-16 17:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16 17:17 [PATCH 0/4] Btrfs, remove unused structure members David Sterba
2017-05-16 17:17 ` [PATCH 1/4] btrfs: remove unused member err from reada_extent David Sterba
2017-05-16 17:17 ` [PATCH 2/4] btrfs: remove unused member list from async_submit_bio David Sterba
2017-05-16 17:17 ` [PATCH 3/4] btrfs: remove unused members dir_path from recorded_ref David Sterba
2017-05-16 17:17 ` [PATCH 4/4] btrfs: remove unused member list from btrfs_end_io_wq 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).