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:
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;
};