Searched hist:"406 cd91533dcc5e82ef2373c39e6a531d944131e" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | nfs_fs.h | diff 406cd91533dcc5e82ef2373c39e6a531d944131e Fri Sep 13 07:29:02 CDT 2019 Benjamin Coddington <bcodding@redhat.com> NFS: Refactor nfs_instantiate() for dentry referencing callers
Since commit b0c6108ecf64 ("nfs_instantiate(): prevent multiple aliases for directory inode"), nfs_instantiate() may succeed without actually instantiating the dentry that was passed in. That can be problematic for some callers in NFSv3, so this patch breaks things up so we can get the actual dentry obtained.
Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
|
/openbmc/linux/fs/nfs/ |
H A D | dir.c | diff 406cd91533dcc5e82ef2373c39e6a531d944131e Fri Sep 13 07:29:02 CDT 2019 Benjamin Coddington <bcodding@redhat.com> NFS: Refactor nfs_instantiate() for dentry referencing callers
Since commit b0c6108ecf64 ("nfs_instantiate(): prevent multiple aliases for directory inode"), nfs_instantiate() may succeed without actually instantiating the dentry that was passed in. That can be problematic for some callers in NFSv3, so this patch breaks things up so we can get the actual dentry obtained.
Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
|