Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252785
b: refs/heads/master
c: 60c16ea
h: refs/heads/master
i:
  252783: dff1232
v: v3
  • Loading branch information
Harshula Jayasuriya authored and Trond Myklebust committed May 27, 2011
1 parent c8a6af2 commit 0f7ae71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 444f72fe7e7b5f4db34cee933fa3546ebb8e9122
refs/heads/master: 60c16ea877546e559988a8b1e4f4256afbbd83e6
8 changes: 6 additions & 2 deletions trunk/fs/nfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f7ae71

Please sign in to comment.