Remove 'td = curthread' that shadows the arguments to coda_root().
Missed by: alfred
This commit is contained in:
parent
8d49c1a85c
commit
ee3c585ae5
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user