Could you also commit the patch attached. No functional changes, it
removes incorrect comment copy-pasted from UFS to ext2.
      
Thanks,
Gleb.
>From 24f4656c71d716e23e3c043ac6d0894284efa301 Mon Sep 17 00:00:00 2001
From: Gleb Kurtsou <gleb.kurt...@gmail.com>
Date: Thu, 21 Oct 2010 01:51:59 +0300
Subject: [PATCH 02/25] ext2fs: Remove stale comment

---
 sys/fs/ext2fs/ext2_lookup.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/sys/fs/ext2fs/ext2_lookup.c b/sys/fs/ext2fs/ext2_lookup.c
index 56963b2..7edd54f 100644
--- a/sys/fs/ext2fs/ext2_lookup.c
+++ b/sys/fs/ext2fs/ext2_lookup.c
@@ -117,12 +117,6 @@ static int	ext2_dirbadentry(struct vnode *dp, struct ext2fs_direct_2 *de,
 
 /*
  * Vnode op for reading directories.
- *
- * The routine below assumes that the on-disk format of a directory
- * is the same as that defined by <sys/dirent.h>. If the on-disk
- * format changes, then it will be necessary to do a conversion
- * from the on-disk format that read returns to the format defined
- * by <sys/dirent.h>.
  */
 /*
  * this is exactly what we do here - the problem is that the conversion
-- 
1.7.3.5

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to