diff options
author | bde <bde@FreeBSD.org> | 2001-10-13 06:57:59 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-10-13 06:57:59 +0000 |
commit | bbb90841ee74c1bb21fde0f8236f82a15ef04663 (patch) | |
tree | 0fe99514779b104429a66526b0c6f04488c1c54a /sys/fs/coda | |
parent | 235dffbc18cdc228303b5d3511a4d6d18da94491 (diff) | |
download | FreeBSD-src-bbb90841ee74c1bb21fde0f8236f82a15ef04663.zip FreeBSD-src-bbb90841ee74c1bb21fde0f8236f82a15ef04663.tar.gz |
Fixed bitrot in a banal comment by removing the comment.
Diffstat (limited to 'sys/fs/coda')
-rw-r--r-- | sys/fs/coda/coda_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c index d19ef84..dd171df 100644 --- a/sys/fs/coda/coda_vfsops.c +++ b/sys/fs/coda/coda_vfsops.c @@ -111,7 +111,7 @@ coda_mount(vfsp, path, data, ndp, td) char *path; /* path covered: ignored by the fs-layer */ caddr_t data; /* Need to define a data type for this in netbsd? */ struct nameidata *ndp; /* Clobber this to lookup the device name */ - struct thread *td; /* The ever-famous proc pointer */ + struct thread *td; { struct vnode *dvp; struct cnode *cp; |