summaryrefslogtreecommitdiff
path: root/source3/smbd/aio.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-11-03 20:07:11 +0100
committerVolker Lendecke <vl@samba.org>2008-11-04 20:52:06 +0100
commitd62ff20cd5cc64a524d401ffba1fe6b3e7e8cc31 (patch)
treee46be94f1bafda22c1fa880a1b17550c3d1efc93 /source3/smbd/aio.c
parent71bc6e93a122ad6d796b14ac9d5fbdc0e4fb4927 (diff)
downloadsamba-d62ff20cd5cc64a524d401ffba1fe6b3e7e8cc31.tar.gz
samba-d62ff20cd5cc64a524d401ffba1fe6b3e7e8cc31.tar.bz2
samba-d62ff20cd5cc64a524d401ffba1fe6b3e7e8cc31.zip
Fix nonempty blank lines
Diffstat (limited to 'source3/smbd/aio.c')
-rw-r--r--source3/smbd/aio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c
index d6d204ea53..b59b372771 100644
--- a/source3/smbd/aio.c
+++ b/source3/smbd/aio.c
@@ -257,7 +257,7 @@ bool schedule_aio_read_and_X(connection_struct *conn,
a = &aio_ex->acb;
/* Now set up the aio record for the read call. */
-
+
a->aio_fildes = fsp->fh->fd;
a->aio_buf = smb_buf(aio_ex->outbuf);
a->aio_nbytes = smb_maxcnt;
@@ -360,7 +360,7 @@ bool schedule_aio_write_and_X(connection_struct *conn,
a = &aio_ex->acb;
/* Now set up the aio record for the write call. */
-
+
a->aio_fildes = fsp->fh->fd;
a->aio_buf = aio_ex->inbuf + (PTR_DIFF(data, req->inbuf));
a->aio_nbytes = numtowrite;
@@ -729,7 +729,7 @@ int wait_for_aio_completion(files_struct *fsp)
DEBUG(10,("wait_for_aio_completion: returned err = %d, "
"errno = %s\n", err, strerror(errno) ));
-
+
if (err == -1 && errno == EAGAIN) {
DEBUG(0,("wait_for_aio_completion: aio_suspend timed "
"out waiting for %d events after a wait of "