diff options
Diffstat (limited to 'fs/nfs/inode.c')
-rw-r--r-- | fs/nfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index d2c760e193f4..028464bcbe0e 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c | |||
@@ -1407,7 +1407,7 @@ static int nfs_update_inode(struct inode *inode, struct nfs_fattr *fattr) | |||
1407 | /* | 1407 | /* |
1408 | * Big trouble! The inode has become a different object. | 1408 | * Big trouble! The inode has become a different object. |
1409 | */ | 1409 | */ |
1410 | printk(KERN_DEBUG "%s: inode %ld mode changed, %07o to %07o\n", | 1410 | printk(KERN_DEBUG "NFS: %s: inode %ld mode changed, %07o to %07o\n", |
1411 | __func__, inode->i_ino, inode->i_mode, fattr->mode); | 1411 | __func__, inode->i_ino, inode->i_mode, fattr->mode); |
1412 | out_err: | 1412 | out_err: |
1413 | /* | 1413 | /* |