patch-2.1.33 linux/fs/lockd/clntproc.c
Next file: linux/fs/nfs/inode.c
Previous file: linux/fs/isofs/inode.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Mon Apr 7 18:43:43 1997
- Orig file:
v2.1.32/linux/fs/lockd/clntproc.c
- Orig date:
Mon Apr 7 11:35:30 1997
diff -u --recursive --new-file v2.1.32/linux/fs/lockd/clntproc.c linux/fs/lockd/clntproc.c
@@ -322,7 +322,8 @@
int status;
if (!host->h_monitored && nsm_monitor(host) < 0) {
- printk(KERN_NOTICE "lockd: failed to monitor %s", host->h_name);
+ printk(KERN_NOTICE "lockd: failed to monitor %s\n",
+ host->h_name);
return -ENOLCK;
}
@@ -496,10 +497,10 @@
/* Everything's good */
break;
case NLM_LCK_DENIED_NOLOCKS:
- dprintk("lockd: CANCEL failed (server has no locks)");
+ dprintk("lockd: CANCEL failed (server has no locks)\n");
goto retry_cancel;
default:
- printk(KERN_NOTICE "lockd: weird return %d for CANCEL call",
+ printk(KERN_NOTICE "lockd: weird return %d for CANCEL call\n",
req->a_res.status);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov