diff options
author | bp <bp@FreeBSD.org> | 2000-10-22 14:24:30 +0000 |
---|---|---|
committer | bp <bp@FreeBSD.org> | 2000-10-22 14:24:30 +0000 |
commit | a74bc23d1f0b8bc77bc0932b3464b83bdde0e70c (patch) | |
tree | 243cf6406f6c86452960b952f1bedf813fdedee2 /sys/msdosfs | |
parent | 038c55d50ec75412437c3d89c72b8197e06b8adc (diff) | |
download | FreeBSD-src-a74bc23d1f0b8bc77bc0932b3464b83bdde0e70c.zip FreeBSD-src-a74bc23d1f0b8bc77bc0932b3464b83bdde0e70c.tar.gz |
Update stale comment.
PR: kern/21805
Diffstat (limited to 'sys/msdosfs')
-rw-r--r-- | sys/msdosfs/msdosfs_vnops.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/msdosfs/msdosfs_vnops.c b/sys/msdosfs/msdosfs_vnops.c index 48824af..e4052f7 100644 --- a/sys/msdosfs/msdosfs_vnops.c +++ b/sys/msdosfs/msdosfs_vnops.c @@ -868,9 +868,7 @@ msdosfs_remove(ap) } /* - * DOS filesystems don't know what links are. But since we already called - * msdosfs_lookup() with create and lockparent, the parent is locked so we - * have to free it before we return the error. + * DOS filesystems don't know what links are. */ static int msdosfs_link(ap) |