fsck-cache: sort entries by inode number
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 May 2005 16:06:33 +0000 (09:06 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 May 2005 16:06:33 +0000 (09:06 -0700)
This improves the cold-cache behaviour on most filesystems,
since it makes the fsck access patterns more regular on
the disk, rather than seeking back and forth.

Note the "most". Not all filesystems have any relationship
between inode number and location on disk.

No differences found