[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Jan 25 19:52:01 MST 2012


The branch, master has been updated
       via  12609c1 Update man page to fix typo vfs_aio_fork -> vfs_aio_pthread, add aio read size, aio write size examples.
      from  1ca4df5 Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the default VFS case fall back from pread -> read and pwrite -> write on an ESPIPE error in the worker thread.

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


- Log -----------------------------------------------------------------
commit 12609c119214d53659f46ae3ef91c87449f7c7de
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Jan 25 17:17:48 2012 -0800

    Update man page to fix typo vfs_aio_fork -> vfs_aio_pthread, add
    aio read size, aio write size examples.
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Thu Jan 26 03:51:01 CET 2012 on sn-devel-104

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

Summary of changes:
 docs-xml/manpages-3/vfs_aio_pthread.8.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages-3/vfs_aio_pthread.8.xml b/docs-xml/manpages-3/vfs_aio_pthread.8.xml
index 625d6f3..3e41ee9 100644
--- a/docs-xml/manpages-3/vfs_aio_pthread.8.xml
+++ b/docs-xml/manpages-3/vfs_aio_pthread.8.xml
@@ -76,7 +76,9 @@
 <programlisting>
         <smbconfsection name="[cooldata]"/>
 	<smbconfoption name="path">/data/ice</smbconfoption>
-	<smbconfoption name="vfs objects">aio_fork</smbconfoption>
+	<smbconfoption name="aio read size">1024</smbconfoption>
+	<smbconfoption name="aio write size">1024</smbconfoption>
+	<smbconfoption name="vfs objects">aio_pthread</smbconfoption>
 </programlisting>
 
 </refsect1>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list