knfsd: Add some missing newlines in printks.
Signed-off-by: Greg Banks <[email protected]>
---
fs/nfsd/export.c | 2 +-
fs/nfsd/nfs4callback.c | 2 +-
fs/nfsd/nfs4proc.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Index: linus-git/fs/nfsd/export.c
===================================================================
--- linus-git.orig/fs/nfsd/export.c 2006-07-05 15:54:31.471525922 +1000
+++ linus-git/fs/nfsd/export.c 2006-07-06 12:17:25.500087628 +1000
@@ -370,7 +370,7 @@ static int check_export(struct inode *in
*/
if (!(inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) &&
!(flags & NFSEXP_FSID)) {
- dprintk("exp_export: export of non-dev fs without fsid");
+ dprintk("exp_export: export of non-dev fs without fsid\n");
return -EINVAL;
}
if (!inode->i_sb->s_export_op) {
Index: linus-git/fs/nfsd/nfs4callback.c
===================================================================
--- linus-git.orig/fs/nfsd/nfs4callback.c 2006-07-05 15:54:31.474455230 +1000
+++ linus-git/fs/nfsd/nfs4callback.c 2006-07-06 12:17:25.500087628 +1000
@@ -131,7 +131,7 @@ xdr_error:
#define READ_BUF(nbytes) do { \
p = xdr_inline_decode(xdr, nbytes); \
if (!p) { \
- dprintk("NFSD: %s: reply buffer overflowed in line %d.", \
+ dprintk("NFSD: %s: reply buffer overflowed in line %d.\n", \
__FUNCTION__, __LINE__); \
return -EIO; \
} \
Index: linus-git/fs/nfsd/nfs4proc.c
===================================================================
--- linus-git.orig/fs/nfsd/nfs4proc.c 2006-07-05 15:54:31.476408102 +1000
+++ linus-git/fs/nfsd/nfs4proc.c 2006-07-06 12:17:25.501064063 +1000
@@ -600,7 +600,7 @@ nfsd4_setattr(struct svc_rqst *rqstp, st
&setattr->sa_stateid, CHECK_FH | WR_STATE, NULL);
nfs4_unlock_state();
if (status) {
- dprintk("NFSD: nfsd4_setattr: couldn't process stateid!");
+ dprintk("NFSD: nfsd4_setattr: couldn't process stateid!\n");
return status;
}
}
Greg
--
Greg Banks, R&D Software Engineer, SGI Australian Software Group.
I don't speak for SGI.
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NFS maillist - [email protected]
https://lists.sourceforge.net/lists/listinfo/nfs