git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aee228
)
ext4: Don't treat a truncation of a zero-length file as replace-via-truncate
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 9 Jun 2009 13:54:40 +0000
(09:54 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 9 Jun 2009 13:54:40 +0000
(09:54 -0400)
If a non-existent file is opened via O_WRONLY|O_CREAT|O_TRUNC, there's
no need to treat this as a true file truncation, so we shouldn't
activate the replace-via-truncate hueristic.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found