Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Bob Copeland <[email protected]>
- Loading branch information