Re: [PATCH 1/2] ext2: speed up file creates by optimizing rec_len functions

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Sandeen
Date: Wednesday, December 8, 2010 - 2:07 pm

On 12/08/2010 01:01 PM, Andreas Dilger wrote:

Yep, I ran oprofile.

samples  %        app name                 symbol name
1140046  41.8702  ext2.ko                  ext2_find_entry
1052117  38.6408  ext2.ko                  ext2_add_link
98424     3.6148  vmlinux                  native_safe_halt
40461     1.4860  vmlinux                  wait_on_page_read
29084     1.0682  vmlinux                  find_get_page

pretty slammed on those 2 ext2 functions!  I think it's pretty
overwhelmed by the linear search.

-Eric


--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/2] ext2, ext3: speed up file create workloads, Eric Sandeen, (Tue Dec 7, 10:47 am)
Re: [PATCH 1/2] ext2: speed up file creates by optimizing ..., Eric Sandeen, (Wed Dec 8, 2:07 pm)