Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348977
b: refs/heads/master
c: 692bb55
h: refs/heads/master
i:
  348975: a11519d
v: v3
  • Loading branch information
Jaegeuk Kim committed Jan 22, 2013
1 parent 08eaa24 commit acde059
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 6e6093a8f144414d904575da5fdea40cf14fb63e
refs/heads/master: 692bb55d1ab5b278181ff2e65f09eb0be6d50669
5 changes: 3 additions & 2 deletions trunk/fs/f2fs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ static int f2fs_vm_page_mkwrite(struct vm_area_struct *vma,
}

static const struct vm_operations_struct f2fs_file_vm_ops = {
.fault = filemap_fault,
.page_mkwrite = f2fs_vm_page_mkwrite,
.fault = filemap_fault,
.page_mkwrite = f2fs_vm_page_mkwrite,
.remap_pages = generic_file_remap_pages,
};

static int need_to_sync_dir(struct f2fs_sb_info *sbi, struct inode *inode)
Expand Down

0 comments on commit acde059

Please sign in to comment.