]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/locks.c
SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.
[karo-tx-linux.git] / fs / locks.c
index 600d1fbe35710e98fb6d9d2d95de816b59f029b8..250ef53d25ef8cfce06e333b83a746ef2577aa3d 100644 (file)
@@ -1105,7 +1105,6 @@ static void time_out_leases(struct inode *inode)
                        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;