All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Minor compression heuristic cleanups
@ 2017-12-12 20:55 David Sterba
  2017-12-12 20:55 ` [PATCH 1/3] btrfs: heuristic: open code get_num callback of radix sort David Sterba
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Sterba @ 2017-12-12 20:55 UTC (permalink / raw)
  To: linux-btrfs; +Cc: nefelim4ag, David Sterba

The callback pointers for radix_sort are not needed, we don't plan to
export the function now. The compiler is smart enough to replace the
indirect calls with direct ones, so there's no change in the resulting
asm code.

David Sterba (3):
  btrfs: heuristic: open code get_num callback of radix sort
  btrfs: heuristic: open code copy_call callback of radix sort
  btrfs: heuristic: call get4bits directly

 fs/btrfs/compression.c | 42 +++++++++++-------------------------------
 1 file changed, 11 insertions(+), 31 deletions(-)

-- 
2.15.1


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

end of thread, other threads:[~2017-12-12 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-12 20:55 [PATCH 0/3] Minor compression heuristic cleanups David Sterba
2017-12-12 20:55 ` [PATCH 1/3] btrfs: heuristic: open code get_num callback of radix sort David Sterba
2017-12-12 20:55 ` [PATCH 2/3] btrfs: heuristic: open code copy_call " David Sterba
2017-12-12 20:55 ` [PATCH 3/3] btrfs: heuristic: call get4bits directly David Sterba
2017-12-12 21:52 ` [PATCH 0/3] Minor compression heuristic cleanups Timofey Titovets

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.