Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98405
b: refs/heads/master
c: 03fa9e8
h: refs/heads/master
i:
  98403: 0fd6f48
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Jun 23, 2008
1 parent 48414a0 commit 0f586e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: b7e2445737ff69cef892b6fd9cd71cae2c9e9515
refs/heads/master: 03fa9e84e5dc10aeacb0e4eb2f708cd9fc36a5b8
7 changes: 4 additions & 3 deletions trunk/fs/nfs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,12 +739,13 @@ int nfs_updatepage(struct file *file, struct page *page,
}

status = nfs_writepage_setup(ctx, page, offset, count);
__set_page_dirty_nobuffers(page);
if (status < 0)
nfs_set_pageerror(page);
else
__set_page_dirty_nobuffers(page);

dprintk("NFS: nfs_updatepage returns %d (isize %Ld)\n",
status, (long long)i_size_read(inode));
if (status < 0)
nfs_set_pageerror(page);
return status;
}

Expand Down

0 comments on commit 0f586e1

Please sign in to comment.