summaryrefslogtreecommitdiff
path: root/fs/io-wq.h
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2020-07-15 12:46:52 +0300
committerJens Axboe <axboe@kernel.dk>2020-07-24 22:00:44 +0300
commit57f1a64958543fe18a7fe0addbfb31bb2ceeaea2 (patch)
tree273c83477c1e50f57b5977716d7af23e3f2e5a83 /fs/io-wq.h
parent327d6d968b195cfc48ff97c49b56520aac922f65 (diff)
downloadlinux-57f1a64958543fe18a7fe0addbfb31bb2ceeaea2.tar.xz
io_uring/io-wq: move RLIMIT_FSIZE to io-wq
RLIMIT_SIZE in needed only for execution from an io-wq context, hence move all preparations from hot path to io-wq work setup. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/io-wq.h')
-rw-r--r--fs/io-wq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/io-wq.h b/fs/io-wq.h
index 114f12ec2d65..ddaf9614cf9b 100644
--- a/fs/io-wq.h
+++ b/fs/io-wq.h
@@ -89,6 +89,7 @@ struct io_wq_work {
struct mm_struct *mm;
const struct cred *creds;
struct fs_struct *fs;
+ unsigned long fsize;
unsigned flags;
};