Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223506
b: refs/heads/master
c: f06328d
h: refs/heads/master
v: v3
  • Loading branch information
Prasad Joshi authored and Linus Torvalds committed Dec 23, 2010
1 parent 9d911b5 commit daa1df0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eabb26cacdec33ca6f6fcaee762b57c2205169ca
refs/heads/master: f06328d7721ad3852c45eb2a10a0c8f9439b5f33
3 changes: 3 additions & 0 deletions trunk/fs/logfs/readwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -1994,6 +1994,9 @@ static int do_write_inode(struct inode *inode)

/* FIXME: transaction is part of logfs_block now. Is that enough? */
err = logfs_write_buf(master_inode, page, 0);
if (err)
move_page_to_inode(inode, page);

logfs_put_write_page(page);
return err;
}
Expand Down

0 comments on commit daa1df0

Please sign in to comment.