Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252786
b: refs/heads/master
c: 4b8ee2b
h: refs/heads/master
v: v3
  • Loading branch information
Vitaliy Gusev authored and Trond Myklebust committed May 27, 2011
1 parent 0f7ae71 commit 2dc13ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 60c16ea877546e559988a8b1e4f4256afbbd83e6
refs/heads/master: 4b8ee2b82e8b0b6e17ee33feb74fcdb5c6d8dbdd
2 changes: 1 addition & 1 deletion trunk/fs/nfs/pnfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ void
pnfs_set_layoutcommit(struct nfs_write_data *wdata)
{
struct nfs_inode *nfsi = NFS_I(wdata->inode);
loff_t end_pos = wdata->args.offset + wdata->res.count;
loff_t end_pos = wdata->mds_offset + wdata->res.count;
bool mark_as_dirty = false;

spin_lock(&nfsi->vfs_inode.i_lock);
Expand Down

0 comments on commit 2dc13ca

Please sign in to comment.