Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56479
b: refs/heads/master
c: bb33ed6
h: refs/heads/master
i:
  56477: b67bdb5
  56475: 8fa198c
  56471: 06faad7
  56463: 16feabe
  56447: 52d50e9
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed May 17, 2007
1 parent 1aea2f7 commit 67a43c2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1800782016fda6fbc9990a0227fec581070f23af
refs/heads/master: bb33ed6345d6156484f39089aa8b52f44ce76609
3 changes: 1 addition & 2 deletions trunk/fs/afs/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ int afs_prepare_write(struct file *file, struct page *page,
_leave(" = %d [prep]", ret);
return ret;
}
SetPageUptodate(page);
}

try_again:
Expand Down Expand Up @@ -311,8 +310,8 @@ int afs_commit_write(struct file *file, struct page *page,
spin_unlock(&vnode->writeback_lock);
}

SetPageUptodate(page);
set_page_dirty(page);

if (PageDirty(page))
_debug("dirtied");

Expand Down

0 comments on commit 67a43c2

Please sign in to comment.