commit | 013e4f4a285d8c7d952d8d7be9f10783a85b5d3c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 04 01:14:55 2011 -0500 |
committer | Bob Copeland <me@bobcopeland.com> | Sat Mar 05 16:20:30 2011 -0500 |
tree | 50f72ff88035306d4054bdfad5f2202db875d080 | |
parent | 85e2efbb1db9a18d218006706d6e4fbeb0216213 [diff] |
omfs: rename() needs to mark old_inode dirty after ctime update we *do* mark it dirty before, but it doesn't guarantee that we don't get preempted just before assignment to ->i_ctime, with inode getting written out before we get CPU back... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Bob Copeland <me@bobcopeland.com>