summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2009-08-31 23:00:59 +0200
committerTheodore Ts'o <tytso@mit.edu>2009-08-31 23:00:59 +0200
commitde89de6e0cf4b1eb13f27137cf2aa40d287aabdf (patch)
treeb6429d327cb0a6985d3fd9bf11755353408ee44c /init
parentext4: Fix spelling typo in the trace format for trace_ext4_da_writepages() (diff)
downloadlinux-de89de6e0cf4b1eb13f27137cf2aa40d287aabdf.tar.xz
linux-de89de6e0cf4b1eb13f27137cf2aa40d287aabdf.zip
ext4: Restore wbc->range_start in ext4_da_writepages()
To solve a lock inversion problem, we implement part of the range_cyclic algorithm in ext4_da_writepages(). (See commit 2acf2c26 for more details.) As part of that change wbc->range_start was modified by ext4's writepages function, which causes its callers to get confused since they aren't expecting the filesystem to modify it. The simplest fix is to save and restore wbc->range_start in ext4_da_writepages. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions