diff options
author | root <root> | 2011-09-26 18:23:18 +0000 |
---|---|---|
committer | root <root> | 2011-09-26 18:23:18 +0000 |
commit | 66f439e6e8fdb70e0880e277043830f5485b333b (patch) | |
tree | f51897ed795c4d7f9e72bd5252e4a360a94eb66f /eio.h | |
parent | 122c36044bde93663cf633c35bc4664cf4942861 (diff) |
more
Diffstat (limited to 'eio.h')
-rw-r--r-- | eio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |