VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Pavel Begunkov <asml.silence@gmail.com> 2021-06-17 18:14:01 +0100 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-07-20 16:00:32 +0200 commit: 7511a4f524f3dde008ccc72a592dcbde5b59de38 parent: 16eadf8979564c53a5a9aaa0203ee87a034cc59d
Commit Summary:
io_uring: move creds from io-wq work to io_kiocb
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/io-wq.h b/fs/io-wq.h
index af2df0680ee2..32c7b4e82484 100644
--- a/fs/io-wq.h
+++ b/fs/io-wq.h
@@ -87,7 +87,6 @@ static inline void wq_list_del(struct io_wq_work_list *list,
 
 struct io_wq_work {
 	struct io_wq_work_node list;
-	const struct cred *creds;
 	unsigned flags;
 };