linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH 0/2 v2] EXT4: Punch Hole Optimizations
@ 2011-06-06 23:43 Allison Henderson
  0 siblings, 0 replies; only message in thread
From: Allison Henderson @ 2011-06-06 23:43 UTC (permalink / raw)
  To: Ext4 Developers List

Hi all,





We realized late that we could optimize the punch hole code by skipping

ext4_ext_remove_space, and directly calling ext4_ext_rm_leaf.  Since

punch hole is done through map blocks, the path to the extent is already

known, so we do not need to look it up again. The extra parameter that

was added in ext4_ext_remove_space is removed since we no longer need it.

Allison Henderson

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-06 23:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 23:43 PATCH 0/2 v2] EXT4: Punch Hole Optimizations Allison Henderson

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).