From 2fbca9279f6bb1b62f2a750ba656ab4c5b86e44b Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 12 Jul 2004 14:11:26 +0000 Subject: Remove 'td = curthread' that shadows the arguments to coda_root(). Missed by: alfred --- sys/coda/coda_vfsops.c | 1 - sys/fs/coda/coda_vfsops.c | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index 09025d5..de84eb0 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/coda/coda_vfsops.c @@ -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; diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c index 09025d5..de84eb0 100644 --- a/sys/fs/coda/coda_vfsops.c +++ b/sys/fs/coda/coda_vfsops.c @@ -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; -- cgit v1.1