Bug 9411 - aio read marks the file as modified.
Summary: aio read marks the file as modified.
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: File services (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 04:28 UTC by Jeremy Allison
Modified: 2012-11-21 10:24 UTC (History)
0 users

See Also:


Attachments
git-am fix for 4.0.0rc.next. (1.12 KB, patch)
2012-11-21 04:30 UTC, Jeremy Allison
ambi: review+
vl: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Allison 2012-11-21 04:28:45 UTC
From a fix that went into master.

this causes each file that is potentially just opened for reading to be
marked as modified and lots of file change notifications will be send

Volker's patch that went into master to follow.
Comment 1 Jeremy Allison 2012-11-21 04:30:14 UTC
Created attachment 8215 [details]
git-am fix for 4.0.0rc.next.

This is Volker's fix that went into master, cherry-picked for 4.0.0.

Jeremy.
Comment 2 Volker Lendecke 2012-11-21 06:05:05 UTC
Comment on attachment 8215 [details]
git-am fix for 4.0.0rc.next.

Well, this is Christians Patch, not mine. The bug is mine though :-)
Comment 3 Jeremy Allison 2012-11-21 06:23:22 UTC
Comment on attachment 8215 [details]
git-am fix for 4.0.0rc.next.

Oh, sorry Christian - thought it was your (vl) patch.

Don't mind so long as it gets reviewed and added to 4.0.0rc.next :-).

Jeremy.
Comment 4 Jeremy Allison 2012-11-21 06:57:22 UTC
Karolin please pick for 4.0.0rc.next !

Thanks,

Jeremy.
Comment 5 Karolin Seeger 2012-11-21 07:41:51 UTC
Pushed to autobuild-v4-0-test.
Comment 6 Karolin Seeger 2012-11-21 10:24:42 UTC
Pushed to v4-0-test.
Closing out bug report.

Thanks!