| Kernel v2.4.33 /fs/locks.c |
|---|
 2.4.33
 fs
 locks.c
diff -urN linux-2.4.32/fs/locks.c linux-2.4.33/fs/locks.c
--- linux-2.4.32/fs/locks.c 2004-04-14 13:05:40.000000000 +0000
+++ linux-2.4.33/fs/locks.c 2006-08-11 04:18:20.967196632 +0000
@@ -1087,7 +1087,6 @@
before = &fl->fl_next;
continue;
}
- printk(KERN_INFO "lease broken - owner pid = %d\n", fl->fl_pid);
lease_modify(before, fl->fl_type & ~F_INPROGRESS);
if (fl == *before) /* lease_modify may have freed fl */
before = &fl->fl_next;
|