Remove 'td = curthread' that shadows the arguments to coda_root().

Missed by:	alfred
This commit is contained in:
Robert Watson 2004-07-12 14:11:26 +00:00
parent 8d49c1a85c
commit ee3c585ae5
2 changed files with 0 additions and 2 deletions

View File

@ -288,7 +288,6 @@ coda_root(vfsp, vpp, td)
struct coda_mntinfo *mi = vftomi(vfsp);
struct vnode **result;
int error;
struct thread *td = curthread; /* XXX - bnoble */
struct proc *p = td->td_proc;
CodaFid VFid;
static const CodaFid invalfid = INVAL_FID;

View File

@ -288,7 +288,6 @@ coda_root(vfsp, vpp, td)
struct coda_mntinfo *mi = vftomi(vfsp);
struct vnode **result;
int error;
struct thread *td = curthread; /* XXX - bnoble */
struct proc *p = td->td_proc;
CodaFid VFid;
static const CodaFid invalfid = INVAL_FID;