diff options
Diffstat (limited to 'fs/nilfs2/page.c')
| -rw-r--r-- | fs/nilfs2/page.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fs/nilfs2/page.c b/fs/nilfs2/page.c index 0c432416cfef..a585b35fd6bc 100644 --- a/fs/nilfs2/page.c +++ b/fs/nilfs2/page.c | |||
| @@ -492,19 +492,6 @@ unsigned nilfs_page_count_clean_buffers(struct page *page, | |||
| 492 | return nc; | 492 | return nc; |
| 493 | } | 493 | } |
| 494 | 494 | ||
| 495 | void nilfs_mapping_init_once(struct address_space *mapping) | ||
| 496 | { | ||
| 497 | memset(mapping, 0, sizeof(*mapping)); | ||
| 498 | INIT_RADIX_TREE(&mapping->page_tree, GFP_ATOMIC); | ||
| 499 | spin_lock_init(&mapping->tree_lock); | ||
| 500 | INIT_LIST_HEAD(&mapping->private_list); | ||
| 501 | spin_lock_init(&mapping->private_lock); | ||
| 502 | |||
| 503 | spin_lock_init(&mapping->i_mmap_lock); | ||
| 504 | INIT_RAW_PRIO_TREE_ROOT(&mapping->i_mmap); | ||
| 505 | INIT_LIST_HEAD(&mapping->i_mmap_nonlinear); | ||
| 506 | } | ||
| 507 | |||
| 508 | void nilfs_mapping_init(struct address_space *mapping, | 495 | void nilfs_mapping_init(struct address_space *mapping, |
| 509 | struct backing_dev_info *bdi, | 496 | struct backing_dev_info *bdi, |
| 510 | const struct address_space_operations *aops) | 497 | const struct address_space_operations *aops) |
