rpms/kernel/devel kernel.spec, 1.1309, 1.1310 linux-2.6-ext4-ENOSPC-debug.patch, 1.1, 1.2

Eric Sandeen sandeen at fedoraproject.org
Wed Feb 18 23:50:15 UTC 2009


Author: sandeen

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16033

Modified Files:
	kernel.spec linux-2.6-ext4-ENOSPC-debug.patch 
Log Message:
* Wed Feb 18 2009 Eric Sandeen <sandeen at redhat.com>
- Drop noisy printk from ext4 ENOSPC patch; for now it's a "fix"



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1309
retrieving revision 1.1310
diff -u -r1.1309 -r1.1310
--- kernel.spec	18 Feb 2009 23:43:44 -0000	1.1309
+++ kernel.spec	18 Feb 2009 23:49:44 -0000	1.1310
@@ -1742,6 +1742,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Wed Feb 18 2009 Eric Sandeen <sandeen at redhat.com>
+- Drop noisy printk from ext4 ENOSPC patch; for now it's a "fix"
+
 * Wed Feb 18 2009 Kristian Høgsberg <krh at redhat.com>
 - Add drm-intel-suspend.patch to fix suspend/resume with intel KMS.
 

linux-2.6-ext4-ENOSPC-debug.patch:

Index: linux-2.6-ext4-ENOSPC-debug.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-ext4-ENOSPC-debug.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-ext4-ENOSPC-debug.patch	16 Feb 2009 21:16:09 -0000	1.1
+++ linux-2.6-ext4-ENOSPC-debug.patch	18 Feb 2009 23:49:45 -0000	1.2
@@ -18,20 +18,17 @@
     
     Signed-off-by: "Theodore Ts'o" <tytso at mit.edu>
 
+XXX ERS: Remove printk, it's too much noise now, we got the bug reports
+
 diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c
 index a200059..21080ab 100644
 --- a/fs/ext4/ialloc.c
 +++ b/fs/ext4/ialloc.c
-@@ -715,6 +715,13 @@ struct inode *ext4_new_inode(handle_t *handle, struct inode *dir, int mode)
+@@ -715,6 +715,8 @@ struct inode *ext4_new_inode(handle_t *handle, struct inode *dir, int mode)
  
  	if (sbi->s_log_groups_per_flex) {
  		ret2 = find_group_flex(sb, dir, &group);
-+		if (ret2 == -1) {
++		if (ret2 == -1)
 +			ret2 = find_group_other(sb, dir, &group);
-+			if (ret2 == 0)
-+				printk(KERN_NOTICE "ext4: find_group_flex "
-+				       "failed, fallback succeeded dir %lu\n",
-+				       dir->i_ino);
-+		}
  		goto got_group;
  	}




More information about the scm-commits mailing list