[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Thu Jun 10 15:30:09 MDT 2010


The branch, master has been updated
       via  aeb25ad... Fix the build in the non WITH_AIO case (sorry).
      from  a8c051b... s3: readd h_errno struct member but rename it

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


- Log -----------------------------------------------------------------
commit aeb25ad0b87af2a2af7735f49744a677ebf4fe06
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Jun 10 14:28:55 2010 -0700

    Fix the build in the non WITH_AIO case (sorry).

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c
index c1f82ef..a5a0e44 100644
--- a/source3/smbd/aio.c
+++ b/source3/smbd/aio.c
@@ -1010,6 +1010,26 @@ NTSTATUS schedule_aio_write_and_X(connection_struct *conn,
 	return NT_STATUS_RETRY;
 }
 
+NTSTATUS schedule_smb2_aio_read(connection_struct *conn,
+                                struct smb_request *smbreq,
+                                files_struct *fsp,
+                                char *inbuf,
+                                SMB_OFF_T startpos,
+                                size_t smb_maxcnt)
+{
+	return NT_STATUS_RETRY;
+}
+
+NTSTATUS schedule_aio_smb2_write(connection_struct *conn,
+				struct smb_request *smbreq,
+				files_struct *fsp,
+				uint64_t in_offset,
+				DATA_BLOB in_data,
+				bool write_through)
+{
+	return NT_STATUS_RETRY;
+}
+
 void cancel_aio_by_fsp(files_struct *fsp)
 {
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list