Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348965
b: refs/heads/master
c: d66d1f7
h: refs/heads/master
i:
  348963: b7274bc
v: v3
  • Loading branch information
Jaegeuk Kim committed Jan 4, 2013
1 parent 5e7155e commit ed2452b
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: 7880ceedec55fbc3997d80e68670d03395225367
refs/heads/master: d66d1f76878fcb1e78592fe8aecd13f438d6c0d7
2 changes: 1 addition & 1 deletion trunk/fs/f2fs/f2fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ struct dnode_of_data {
static inline void set_new_dnode(struct dnode_of_data *dn, struct inode *inode,
struct page *ipage, struct page *npage, nid_t nid)
{
memset(dn, 0, sizeof(*dn));
dn->inode = inode;
dn->inode_page = ipage;
dn->node_page = npage;
dn->nid = nid;
dn->inode_page_locked = 0;
}

/*
Expand Down

0 comments on commit ed2452b

Please sign in to comment.