[Glibc-bsd-commits] r4212 - in trunk/kfreebsd-8/debian: . patches

Robert Millan rmh at alioth.debian.org
Fri Apr 20 22:18:36 UTC 2012


Author: rmh
Date: 2012-04-20 22:18:36 +0000 (Fri, 20 Apr 2012)
New Revision: 4212

Added:
   trunk/kfreebsd-8/debian/patches/remove_tmpfs_warning.diff
Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/patches/series
Log:
remove_tmpfs_warning.diff: Remove tmpfs warning as done in 8-STABLE.

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2012-04-20 21:50:22 UTC (rev 4211)
+++ trunk/kfreebsd-8/debian/changelog	2012-04-20 22:18:36 UTC (rev 4212)
@@ -1,3 +1,9 @@
+kfreebsd-8 (8.3-2) UNRELEASED; urgency=low
+
+  * remove_tmpfs_warning.diff: Remove tmpfs warning as done in 8-STABLE.
+
+ -- Robert Millan <rmh at debian.org>  Sat, 21 Apr 2012 00:18:28 +0200
+
 kfreebsd-8 (8.3-1) unstable; urgency=low
 
   * New upstream release.

Added: trunk/kfreebsd-8/debian/patches/remove_tmpfs_warning.diff
===================================================================
--- trunk/kfreebsd-8/debian/patches/remove_tmpfs_warning.diff	                        (rev 0)
+++ trunk/kfreebsd-8/debian/patches/remove_tmpfs_warning.diff	2012-04-20 22:18:36 UTC (rev 4212)
@@ -0,0 +1,15 @@
+
+From upstream 8-STABLE (SVN rev 234512).
+
+--- a/sys/fs/tmpfs/tmpfs_vfsops.c
++++ b/sys/fs/tmpfs/tmpfs_vfsops.c
+@@ -155,9 +155,6 @@
+ 		return EOPNOTSUPP;
+ 	}
+ 
+-	printf("WARNING: TMPFS is considered to be a highly experimental "
+-	    "feature in FreeBSD.\n");
+-
+ 	vn_lock(mp->mnt_vnodecovered, LK_SHARED | LK_RETRY);
+ 	error = VOP_GETATTR(mp->mnt_vnodecovered, &va, mp->mnt_cred);
+ 	VOP_UNLOCK(mp->mnt_vnodecovered, 0);

Modified: trunk/kfreebsd-8/debian/patches/series
===================================================================
--- trunk/kfreebsd-8/debian/patches/series	2012-04-20 21:50:22 UTC (rev 4211)
+++ trunk/kfreebsd-8/debian/patches/series	2012-04-20 22:18:36 UTC (rev 4212)
@@ -7,6 +7,7 @@
 000_linker.diff 
 mk_kernel_symbols.diff
 improve_tmpfs_mem_info.diff
+remove_tmpfs_warning.diff
 
 # Other patches that might or might not be mergeable
 001_misc.diff




More information about the Glibc-bsd-commits mailing list