]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: nfs_find_open_context() should use cred_fscmp()
authorTrond Myklebust <trondmy@gmail.com>
Sun, 26 Jan 2020 22:31:15 +0000 (17:31 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 3 Feb 2020 21:35:07 +0000 (16:35 -0500)
commitdb148bb1a1127f33fa0039b39422e173617e9d9f
treef709786dc6aeeadc2b6d6ca8db228f611e8ec45d
parentea3fbf59708e744452f6a34e7e615fd09d9bc82b
NFS: nfs_find_open_context() should use cred_fscmp()

We want to find open contexts that match our filesystem access
properties. They don't have to exactly match the cred.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/inode.c