The patch titled knfsd: add some missing newlines in printks has been added to the -mm tree. Its filename is knfsd-knfsd-add-some-missing-newlines-in-printks.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: knfsd: add some missing newlines in printks From: Greg Banks <gnb@xxxxxxxxxxxxxxxxx> Signed-off-by: Greg Banks <gnb@xxxxxxxxxxxxxxxxx> Signed-off-by: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/nfsd/export.c | 2 +- fs/nfsd/nfs4callback.c | 2 +- fs/nfsd/nfs4proc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff -puN fs/nfsd/export.c~knfsd-knfsd-add-some-missing-newlines-in-printks fs/nfsd/export.c --- a/fs/nfsd/export.c~knfsd-knfsd-add-some-missing-newlines-in-printks +++ a/fs/nfsd/export.c @@ -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) { diff -puN fs/nfsd/nfs4callback.c~knfsd-knfsd-add-some-missing-newlines-in-printks fs/nfsd/nfs4callback.c --- a/fs/nfsd/nfs4callback.c~knfsd-knfsd-add-some-missing-newlines-in-printks +++ a/fs/nfsd/nfs4callback.c @@ -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; \ } \ diff -puN fs/nfsd/nfs4proc.c~knfsd-knfsd-add-some-missing-newlines-in-printks fs/nfsd/nfs4proc.c --- a/fs/nfsd/nfs4proc.c~knfsd-knfsd-add-some-missing-newlines-in-printks +++ a/fs/nfsd/nfs4proc.c @@ -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; } } _ Patches currently in -mm which might be from gnb@xxxxxxxxxxxxxxxxx are knfsd-knfsd-add-some-missing-newlines-in-printks.patch knfsd-knfsd-remove-an-unused-variable-from-e_show.patch knfsd-knfsd-remove-an-unused-variable-from-auth_unix_lookup.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html