svn commit: r319829 - head/sys/fs/ext2fs

Pedro F. Giffuni pfg at FreeBSD.org
Sun Jun 11 19:09:12 UTC 2017


Author: pfg
Date: Sun Jun 11 19:09:10 2017
New Revision: 319829
URL: https://svnweb.freebsd.org/changeset/base/319829

Log:
  Remove unnecessary, and mismatched, comment.
  
  Submitted by:	Fedor Uporov

Modified:
  head/sys/fs/ext2fs/ext2_extattr.c

Modified: head/sys/fs/ext2fs/ext2_extattr.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_extattr.c	Sun Jun 11 19:06:07 2017	(r319828)
+++ head/sys/fs/ext2fs/ext2_extattr.c	Sun Jun 11 19:09:10 2017	(r319829)
@@ -89,7 +89,7 @@ ext2_extattr_name_to_bsd(int attrnamespace, const char
 	 */
 #ifdef EXT2FS_DEBUG
 	printf("can not convert ext2fs name to bsd: namespace=%d\n", attrnamespace);
-#endif	/* DEBUG */
+#endif
 
 	return (NULL);
 }


More information about the svn-src-all mailing list