Files
linux-stable-mirror/include/linux
Al Viro 164f4064ca keep iocb_flags() result cached in struct file
* calculate at the time we set FMODE_OPENED (do_dentry_open() for normal
opens, alloc_file() for pipe()/socket()/etc.)
* update when handling F_SETFL
* keep in a new field - file->f_iocb_flags; since that thing is needed only
before the refcount reaches zero, we can put it into the same anon union
where ->f_rcuhead and ->f_llist live - those are used only after refcount
reaches zero.

Reviewed-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2022-06-10 16:10:23 -04:00
..
2022-05-22 20:44:29 +01:00
2022-05-20 15:29:00 -07:00
2022-06-03 06:52:57 -07:00
2022-06-10 16:03:35 -04:00
2022-05-19 14:08:53 -07:00
2022-05-22 21:03:01 +01:00
2022-06-02 10:15:05 -07:00
2022-05-24 08:41:18 -06:00
2022-05-31 12:45:10 -04:00