]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ext4: Initialize writeback_index to 0 when allocating a new inode
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 20 Aug 2008 01:14:52 +0000 (21:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 20 Aug 2008 01:14:52 +0000 (21:14 -0400)
commit91246c009094142f95ecc7573b7caed2bcef52c7
treedf84e815f9441f24558cf5d22dcc61d8b222497e
parent16eb72956496594d023a7d7cd14a86404ad195ad
ext4: Initialize writeback_index to 0 when allocating a new inode

The write_cache_pages() function uses the mapping->writeback_index as
the starting index to write out when range_cyclic is set.  Properly
initialize writeback_index so that we start the writeout at index 0.

This was found when debugging the small file fragmentation on ext4.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c