diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-12-05 22:41:02 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-12-05 22:41:02 +0000 |
| commit | 743312367ab3548756da9073d12bf6be6bb5578a (patch) | |
| tree | 456f27e8cc68e4b4148ad4488fade6e1454b7acc /sys/nfs4client | |
| parent | 061f5ec825bb5b10e898d7ec7e505d1a03b17b39 (diff) | |
Notes
Diffstat (limited to 'sys/nfs4client')
| -rw-r--r-- | sys/nfs4client/nfs4_vfs_subs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/nfs4client/nfs4_vfs_subs.c b/sys/nfs4client/nfs4_vfs_subs.c index 4a9fd653ad3d..1ac3df40de73 100644 --- a/sys/nfs4client/nfs4_vfs_subs.c +++ b/sys/nfs4client/nfs4_vfs_subs.c @@ -140,10 +140,4 @@ nfs4_vfsop_statfs(struct nfsv4_fattr *fap, struct statfs *sbp, struct mount *mp) fap->fa4_sfree / NFS_FABLKSIZE : 500000; sbp->f_blocks = fap->fa4_valid & FA4V_STOTAL ? fap->fa4_stotal / NFS_FABLKSIZE : 1000000; - - if (sbp != &mp->mnt_stat) { - sbp->f_type = mp->mnt_vfc->vfc_typenum; - bcopy(mp->mnt_stat.f_mntonname, sbp->f_mntonname, MNAMELEN); - bcopy(mp->mnt_stat.f_mntfromname, sbp->f_mntfromname, MNAMELEN); - } } |
