Jan Kara 0dc83bd30b Revert "writeback: do not sync data dirtied after sync start"
This reverts commit c4a391b53a72d2df4ee97f96f78c1d5971b47489. Dave
Chinner <david@fromorbit.com> has reported the commit may cause some
inodes to be left out from sync(2). This is because we can call
redirty_tail() for some inode (which sets i_dirtied_when to current time)
after sync(2) has started or similarly requeue_inode() can set
i_dirtied_when to current time if writeback had to skip some pages. The
real problem is in the functions clobbering i_dirtied_when but fixing
that isn't trivial so revert is a safer choice for now.

CC: stable@vger.kernel.org # >= 3.13
Signed-off-by: Jan Kara <jack@suse.cz>
2014-02-22 02:02:28 +01:00
..
2013-05-28 13:42:08 -05:00
2014-01-08 13:05:13 -08:00
2013-11-23 22:33:47 -08:00
2013-08-28 14:47:06 -04:00
2013-04-29 15:54:28 -07:00
2012-12-18 15:02:12 -08:00
2013-04-22 12:32:43 +02:00
2013-06-23 11:52:58 +02:00
2013-09-10 18:56:32 -04:00