]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
nfsd: prefix notification in nfsd4_finalize_deleg_timestamps() with "nfsd: "
authorJeff Layton <jlayton@kernel.org>
Wed, 3 Dec 2025 15:52:16 +0000 (10:52 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 26 Jan 2026 15:10:58 +0000 (10:10 -0500)
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>
fs/nfsd/nfs4state.c

index d5e0f3a52d4f02596dfd5002b44f1398d58258c1..96e19817cd6bb4cfe38e5d49b2cf3381d655ed47 100644 (file)
@@ -1253,7 +1253,7 @@ static void nfsd4_finalize_deleg_timestamps(struct nfs4_delegation *dp, struct f
        if (ret) {
                struct inode *inode = file_inode(f);
 
-               pr_notice_ratelimited("Unable to update timestamps on inode %02x:%02x:%lu: %d\n",
+               pr_notice_ratelimited("nfsd: Unable to update timestamps on inode %02x:%02x:%lu: %d\n",
                                        MAJOR(inode->i_sb->s_dev),
                                        MINOR(inode->i_sb->s_dev),
                                        inode->i_ino, ret);