All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Cleanups II, unused code removal
@ 2011-05-05 13:39 David Sterba
  2011-05-05 13:39 ` [PATCH 1/3] btrfs: remove unused function prototypes David Sterba
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Sterba @ 2011-05-05 13:39 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

Hi,

another round of cleanups, removing unused code. No functional chanes.
The diffstat is quite big, please have a look if you feel that some code
is unused by accident.


thanks,
david

David Sterba (3):
  btrfs: remove unused function prototypes
  btrfs: remove all unused functions
  btrfs: remove old unused commented out code

 fs/btrfs/ctree.h            |   90 ---
 fs/btrfs/delayed-ref.c      |  114 ---
 fs/btrfs/delayed-ref.h      |    6 -
 fs/btrfs/disk-io.c          |   56 --
 fs/btrfs/disk-io.h          |   18 -
 fs/btrfs/extent-tree.c      | 1661 +------------------------------------------
 fs/btrfs/extent_io.c        |  227 ------
 fs/btrfs/extent_io.h        |   30 -
 fs/btrfs/free-space-cache.c |   15 -
 fs/btrfs/free-space-cache.h |    1 -
 fs/btrfs/inode.c            |  224 ------
 fs/btrfs/locking.c          |   25 -
 fs/btrfs/locking.h          |    2 -
 fs/btrfs/ref-cache.c        |  164 -----
 fs/btrfs/ref-cache.h        |   24 -
 fs/btrfs/relocation.c       |    2 +-
 fs/btrfs/root-tree.c        |   47 --
 fs/btrfs/sysfs.c            |   65 --
 fs/btrfs/transaction.c      |  134 ----
 fs/btrfs/transaction.h      |    3 -
 fs/btrfs/tree-log.h         |    1 -
 fs/btrfs/volumes.c          |   19 -
 fs/btrfs/volumes.h          |    5 -
 23 files changed, 2 insertions(+), 2931 deletions(-)

-- 
1.7.5.1.169.g505a1


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

end of thread, other threads:[~2011-05-05 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-05 13:39 [PATCH 0/3] Cleanups II, unused code removal David Sterba
2011-05-05 13:39 ` [PATCH 1/3] btrfs: remove unused function prototypes David Sterba
2011-05-05 13:39 ` [PATCH 2/3] btrfs: remove all unused functions David Sterba
2011-05-05 13:40 ` [PATCH 3/3] btrfs: remove old unused commented out code David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.