DO NOT REPLY [Bug 7249] Add an option to use O_NOATIME

2010-08-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7249


devz...@web.de changed:

   What|Removed |Added

 CC||devz...@web.de




--- Comment #2 from devz...@web.de  2010-08-22 06:15 CST ---
this looks very useful . i vote for it.

seems there is already an atimes.diff in [rsync-patches.git] which has a
similar purpose !?


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 7249] Add an option to use O_NOATIME

2010-08-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7249





--- Comment #3 from nicolas.geo...@normalesup.org  2010-08-22 07:49 CST 
---
They have a similar purpose, but they do not work the same way at all.

My patch (comment #2) politely asks the kernel not to update the atime of
opened files. It only works if the O_NOATIME flags exists on that particular
platform but has no other drawbacks.

AFAIK, the patch on rsync-patches.git explicitly puts back the atime to what it
was. It has the drawback of updating the ctime instead.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html