[git pull] (vfs.git) a couple of fixes
From: Al Viro
Date: Thu Nov 24 2022 - 22:52:28 EST
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes
for you to fetch changes up to 406c706c7b7f1730aa787e914817b8d16b1e99f6:
vfs: vfs_tmpfile: ensure O_EXCL flag is enforced (2022-11-19 02:22:11 -0500)
----------------------------------------------------------------
a couple of fixes, one of them for this cycle regression...
Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Jann Horn (1):
fs: use acquire ordering in __fget_light()
Peter Griffin (1):
vfs: vfs_tmpfile: ensure O_EXCL flag is enforced
fs/file.c | 11 ++++++++++-
fs/namei.c | 3 ++-
2 files changed, 12 insertions(+), 2 deletions(-)