Loading fs/nfs/nfs4getroot.c +0 −7 Original line number Diff line number Diff line Loading @@ -35,13 +35,6 @@ int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_p goto out; } if (fsinfo.fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL) { printk(KERN_ERR "nfs4_get_rootfh:" " getroot obtained referral\n"); ret = -EREMOTE; goto out; } memcpy(&server->fsid, &fsinfo.fattr->fsid, sizeof(server->fsid)); out: nfs_free_fattr(fsinfo.fattr); Loading Loading
fs/nfs/nfs4getroot.c +0 −7 Original line number Diff line number Diff line Loading @@ -35,13 +35,6 @@ int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_p goto out; } if (fsinfo.fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL) { printk(KERN_ERR "nfs4_get_rootfh:" " getroot obtained referral\n"); ret = -EREMOTE; goto out; } memcpy(&server->fsid, &fsinfo.fattr->fsid, sizeof(server->fsid)); out: nfs_free_fattr(fsinfo.fattr); Loading