The branch, master has been updated
       via  d6983f4 s3:smbd/aio do not mark file modified during reads
      from  611675f s3: Fix some blank line endings

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d6983f470410b0befc02e43580d9b9d74d8f5d23
Author: Christian Ambach <[email protected]>
Date:   Tue Nov 20 14:24:13 2012 +0100

    s3:smbd/aio do not mark file modified during reads
    
    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
    
    Signed-off-by: Christian Ambach <[email protected]>
    Reviewed-by: Volker Lendecke <[email protected]>
    
    Autobuild-User(master): Christian Ambach <[email protected]>
    Autobuild-Date(master): Tue Nov 20 21:02:34 CET 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/aio.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c
index 3b12879..3f553eb 100644
--- a/source3/smbd/aio.c
+++ b/source3/smbd/aio.c
@@ -791,8 +791,6 @@ static void aio_pread_smb2_done(struct tevent_req *req)
        /* Unlock now we're done. */
        SMB_VFS_STRICT_UNLOCK(fsp->conn, fsp, &aio_ex->lock);
 
-       mark_file_modified(fsp);
-
        /* Common error or success code processing for async or sync
           read returns. */
 


-- 
Samba Shared Repository

Reply via email to