OSDN Git Service

afs: Fix updating of i_mode due to 3rd party change
authorDavid Howells <dhowells@redhat.com>
Wed, 10 Feb 2021 08:59:52 +0000 (08:59 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 8 Mar 2021 15:19:37 +0000 (10:19 -0500)
commit6e1eb04a87f954eb06a89ee6034c166351dfff6e
treee4d12ecb8bff0dd09470d03a9cb692b32c1305ae
parented94f87c2b123241ae5644cf82327e2da653adb6
afs: Fix updating of i_mode due to 3rd party change

Fix afs_apply_status() to mask off the irrelevant bits from status->mode
when OR'ing them into i_mode.  This can happen when a 3rd party chmod
occurs.

Also fix afs_inode_init_from_status() to mask off the mode bits when
initialising i_mode.

Fixes: 260a980317da ("[AFS]: Add "directory write" support.")
Reported-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/afs/inode.c