diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-12-18 01:22:09 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-12-18 01:22:09 +0000 |
| commit | 9669bb479ad8d5934ce8cda9284b5a4d2f12d74d (patch) | |
| tree | 9270c37106f68890c1fcce6d366590e69faa1848 /sys/nfsclient/nfs_vfsops.c | |
| parent | cb28eb78cba4ab974c6bdd797b828009d5cdb923 (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient/nfs_vfsops.c')
| -rw-r--r-- | sys/nfsclient/nfs_vfsops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c index f49d56a15240..f441c1b1fe63 100644 --- a/sys/nfsclient/nfs_vfsops.c +++ b/sys/nfsclient/nfs_vfsops.c @@ -237,7 +237,6 @@ nfs_statfs(struct mount *mp, struct statfs *sbp, struct thread *td) { struct vnode *vp; struct nfs_statfs *sfp; - u_int32_t *tl; caddr_t bpos, dpos; struct nfsmount *nmp = VFSTONFS(mp); int error = 0, v3 = (nmp->nm_flag & NFSMNT_NFSV3), retattr; @@ -309,7 +308,7 @@ nfs_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred, struct thread *td) { struct nfsv3_fsinfo *fsp; - u_int32_t *tl, pref, max; + u_int32_t pref, max; caddr_t bpos, dpos; int error = 0, retattr; struct mbuf *mreq, *mrep, *md, *mb; |
