mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
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>
This commit is contained in:
parent
96f04d24fc
commit
9be4b7e74e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user