aboutsummaryrefslogtreecommitdiff
path: root/sys/msdosfs
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>2000-06-25 02:29:45 +0000
committerBoris Popov <bp@FreeBSD.org>2000-06-25 02:29:45 +0000
commitb1bd38b351119a01e71f9f383155b68785f3cbc4 (patch)
treec02737a7a368a6a0e6ae028ad10397d35e68216c /sys/msdosfs
parent55b59b50f29430502aa59a9fcb089316d2b9e6d4 (diff)
downloadsrc-b1bd38b351119a01e71f9f383155b68785f3cbc4.tar.gz
src-b1bd38b351119a01e71f9f383155b68785f3cbc4.zip
Remove obsolete comment.
Submitted by: Marius Bendiksen <mbendiks@eunet.no>
Notes
Notes: svn path=/head/; revision=62048
Diffstat (limited to 'sys/msdosfs')
-rw-r--r--sys/msdosfs/msdosfs_vnops.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/msdosfs/msdosfs_vnops.c b/sys/msdosfs/msdosfs_vnops.c
index 302da21397b4..a5c4365049f5 100644
--- a/sys/msdosfs/msdosfs_vnops.c
+++ b/sys/msdosfs/msdosfs_vnops.c
@@ -964,11 +964,6 @@ msdosfs_link(ap)
*
* On exit:
* all denodes should be released
- *
- * Notes:
- * I'm not sure how the memory containing the pathnames pointed at by the
- * componentname structures is freed, there may be some memory bleeding
- * for each rename done.
*/
static int
msdosfs_rename(ap)