Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nfsd: prefix notification in nfsd4_finalize_deleg_timestamps() with "nfsd: "

Make it distinct that this message comes from nfsd.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

authored by

Jeff Layton and committed by
Chuck Lever
9be4b7e7 96f04d24

+1 -1
+1 -1
fs/nfsd/nfs4state.c
··· 1253 1253 if (ret) { 1254 1254 struct inode *inode = file_inode(f); 1255 1255 1256 - pr_notice_ratelimited("Unable to update timestamps on inode %02x:%02x:%lu: %d\n", 1256 + pr_notice_ratelimited("nfsd: Unable to update timestamps on inode %02x:%02x:%lu: %d\n", 1257 1257 MAJOR(inode->i_sb->s_dev), 1258 1258 MINOR(inode->i_sb->s_dev), 1259 1259 inode->i_ino, ret);