Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2017 19:09:10 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319829 - head/sys/fs/ext2fs
Message-ID:  <201706111909.v5BJ9Awa039524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706111909.v5BJ9Awa039524>