The Samba-Bugzilla – Attachment 6227 Details for
Bug 7876
please implement o_direct
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
fadvise-dontneed.diff (text/plain), 206 bytes, created by
Daniel Hahler
on 2011-01-25 13:35:48 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Daniel Hahler
Created:
2011-01-25 13:35:48 UTC
Size:
206 bytes
patch
obsolete
>--- rsync-3.0.7.orig/fileio.c >+++ rsync-3.0.7/fileio.c >@@ -169,6 +169,8 @@ > map->file_size = len; > map->def_window_size = read_size; > >+ posix_fadvise(fd, 0, 0, POSIX_FADV_DONTNEED); >+ > return map; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 7876
: 6227