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:
9ef06ce
)
fs: prevent doing FALLOC_FL_ZERO_RANGE on append only file
author
Lukas Czerner
<lczerner@redhat.com>
Sat, 12 Apr 2014 13:51:34 +0000
(09:51 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 12 Apr 2014 13:51:34 +0000
(09:51 -0400)
Currently punch hole and collapse range fallocate operation are not
allowed on append only file. This should be case for zero range as well.
Fix it by allowing only pure fallocate (possibly with keep size set).
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/open.c
patch
|
blob
|
history
diff --cc
fs/open.c
Simple merge