]> git.neil.brown.name Git - history.git/commit
[PATCH] mark_buffer_dirty_inode() speedup
authorAndrew Morton <akpm@zip.com.au>
Tue, 18 Jun 2002 03:18:44 +0000 (20:18 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 18 Jun 2002 03:18:44 +0000 (20:18 -0700)
commit43967af3411e677c136fbb6901d47ab4a192e319
tree3eb70cbb65e5784d3812fa883fe143c55c51020d
parent374cac7a137dfd3212fb729337de479d1a410012
[PATCH] mark_buffer_dirty_inode() speedup

buffer_insert_list() is showing up on Anton's graphs.  It'll be via
ext2's mark_buffer_dirty_inode() against indirect blocks.  If the
buffer is already on an inode queue, we know that it is on the correct
inode's queue so we don't need to re-add it.
fs/buffer.c