Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60c16ea8 authored by Harshula Jayasuriya's avatar Harshula Jayasuriya Committed by Trond Myklebust
Browse files

NFS: nfs_update_inode: print current and new inode size in debug output



Hi Trond,

In nfs_update_inode debug output, print the current and new inode
size when the file size changes on the NFS server.

Signed-off-by: default avatarHarshula Jayasuriya <harshula@redhat.com>
Reviewed-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 444f72fe
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1298,8 +1298,12 @@ static int nfs_update_inode(struct inode *inode, struct nfs_fattr *fattr)
				i_size_write(inode, new_isize);
				invalid |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
			}
			dprintk("NFS: isize change on server for file %s/%ld\n",
					inode->i_sb->s_id, inode->i_ino);
			dprintk("NFS: isize change on server for file %s/%ld "
					"(%Ld to %Ld)\n",
					inode->i_sb->s_id,
					inode->i_ino,
					(long long)cur_isize,
					(long long)new_isize);
		}
	} else
		invalid |= save_cache_validity & (NFS_INO_INVALID_ATTR