commit | 2ba48ce513c4e545318d22b138861d5876edf906 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Apr 09 13:52:01 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 11 22:30:22 2015 -0400 |
tree | 0e2a5130ead5c71f0b079b1acd620fba98f99256 | |
parent | 3309dd04cbcd2cdad168485af5cf3576b5051e49 [diff] [blame] |
mirror O_APPEND and O_DIRECT into iocb->ki_flags ... avoiding write_iter/fcntl races. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/aio.c b/fs/aio.c index 5785c4b..e976185 100644 --- a/fs/aio.c +++ b/fs/aio.c
@@ -1502,7 +1502,7 @@ } req->common.ki_pos = iocb->aio_offset; req->common.ki_complete = aio_complete; - req->common.ki_flags = 0; + req->common.ki_flags = iocb_flags(req->common.ki_filp); if (iocb->aio_flags & IOCB_FLAG_RESFD) { /*