diff options
Diffstat (limited to 'fs/nilfs2/page.h')
-rw-r--r-- | fs/nilfs2/page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/page.h b/fs/nilfs2/page.h index f827afabd548..e301e5661c36 100644 --- a/fs/nilfs2/page.h +++ b/fs/nilfs2/page.h | |||
@@ -57,7 +57,7 @@ void nilfs_page_bug(struct page *); | |||
57 | int nilfs_copy_dirty_pages(struct address_space *, struct address_space *); | 57 | int nilfs_copy_dirty_pages(struct address_space *, struct address_space *); |
58 | void nilfs_copy_back_pages(struct address_space *, struct address_space *); | 58 | void nilfs_copy_back_pages(struct address_space *, struct address_space *); |
59 | void nilfs_clear_dirty_pages(struct address_space *); | 59 | void nilfs_clear_dirty_pages(struct address_space *); |
60 | void nilfs_mapping_init(struct address_space *mapping, | 60 | void nilfs_mapping_init(struct address_space *mapping, struct inode *inode, |
61 | struct backing_dev_info *bdi); | 61 | struct backing_dev_info *bdi); |
62 | unsigned nilfs_page_count_clean_buffers(struct page *, unsigned, unsigned); | 62 | unsigned nilfs_page_count_clean_buffers(struct page *, unsigned, unsigned); |
63 | unsigned long nilfs_find_uncommitted_extent(struct inode *inode, | 63 | unsigned long nilfs_find_uncommitted_extent(struct inode *inode, |