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:
b2776bf
)
Add support for original fallocate
author
Steve French
<smfrench@gmail.com>
Sat, 18 Oct 2014 22:01:15 +0000
(17:01 -0500)
committer
Steve French
<steve.french@primarydata.com>
Mon, 8 Dec 2014 04:17:19 +0000
(22:17 -0600)
In many cases the simple fallocate call is
a no op (since the file is already not sparse) or
can simply be converted from a sparse to a non-sparse
file if we are fallocating the whole file and keeping
the size.
Signed-off-by: Steven French <smfrench@gmail.com>
fs/cifs/smb2ops.c
patch
|
blob
|
history
diff --cc
fs/cifs/smb2ops.c
Simple merge