[Glibc-bsd-commits] r4211 - in trunk/kfreebsd-9/debian: . patches

Robert Millan rmh at alioth.debian.org
Fri Apr 20 21:50:23 UTC 2012


Author: rmh
Date: 2012-04-20 21:50:22 +0000 (Fri, 20 Apr 2012)
New Revision: 4211

Added:
   trunk/kfreebsd-9/debian/patches/remove_tmpfs_warning.diff
Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/patches/series
Log:
remove_tmpfs_warning.diff: Remove tmpfs warning as done in HEAD with same codebase.

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2012-04-20 20:46:31 UTC (rev 4210)
+++ trunk/kfreebsd-9/debian/changelog	2012-04-20 21:50:22 UTC (rev 4211)
@@ -2,8 +2,10 @@
 
   * improve_tmpfs_mem_info.diff: Cherry-pick tmpfs allocation from
     9-STABLE.  (Closes: #666747)
+  * remove_tmpfs_warning.diff: Remove tmpfs warning as done in HEAD with
+    same codebase.
 
- -- Robert Millan <rmh at debian.org>  Tue, 10 Apr 2012 17:22:47 +0200
+ -- Robert Millan <rmh at debian.org>  Fri, 20 Apr 2012 23:49:52 +0200
 
 kfreebsd-9 (9.0-2) unstable; urgency=low
 

Added: trunk/kfreebsd-9/debian/patches/remove_tmpfs_warning.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/remove_tmpfs_warning.diff	                        (rev 0)
+++ trunk/kfreebsd-9/debian/patches/remove_tmpfs_warning.diff	2012-04-20 21:50:22 UTC (rev 4211)
@@ -0,0 +1,15 @@
+
+From upstream HEAD (SVN rev 227310).
+
+--- a/sys/fs/tmpfs/tmpfs_vfsops.c
++++ b/sys/fs/tmpfs/tmpfs_vfsops.c
+@@ -156,9 +156,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-9/debian/patches/series
===================================================================
--- trunk/kfreebsd-9/debian/patches/series	2012-04-20 20:46:31 UTC (rev 4210)
+++ trunk/kfreebsd-9/debian/patches/series	2012-04-20 21:50:22 UTC (rev 4211)
@@ -1,5 +1,6 @@
 # Patches from (or merged in) upstream
 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