summaryrefslogtreecommitdiff
path: root/eio.h
diff options
context:
space:
mode:
authorroot <root>2011-09-26 18:23:18 +0000
committerroot <root>2011-09-26 18:23:18 +0000
commit66f439e6e8fdb70e0880e277043830f5485b333b (patch)
treef51897ed795c4d7f9e72bd5252e4a360a94eb66f /eio.h
parent122c36044bde93663cf633c35bc4664cf4942861 (diff)
more
Diffstat (limited to 'eio.h')
-rw-r--r--eio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.h b/eio.h
index 51326bb..8342ad2 100644
--- a/eio.h
+++ b/eio.h
@@ -247,7 +247,7 @@ struct eio_req
int type; /* EIO_xxx constant ETP */
int int1; /* all applicable requests: file descriptor; sendfile: output fd; open, msync, mlockall, readdir: flags */
long int2; /* chown, fchown: uid; sendfile: input fd; open, chmod, mkdir, mknod: file mode, sync_file_range, fallocate: flags */
- long int3; /* chown, fchown: gid; rename: working directory of new name */
+ long int3; /* chown, fchown: gid; rename, link: working directory of new name */
int errorno; /* errno value on syscall return */
#if __i386 || __amd64