aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 186da813541e..1410e5330c8d 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -426,6 +426,7 @@ struct address_space_operations {
426 /* migrate the contents of a page to the specified target */ 426 /* migrate the contents of a page to the specified target */
427 int (*migratepage) (struct address_space *, 427 int (*migratepage) (struct address_space *,
428 struct page *, struct page *); 428 struct page *, struct page *);
429 int (*launder_page) (struct page *);
429}; 430};
430 431
431struct backing_dev_info; 432struct backing_dev_info;
@@ -458,7 +459,7 @@ struct block_device {
458 struct inode * bd_inode; /* will die */ 459 struct inode * bd_inode; /* will die */
459 int bd_openers; 460 int bd_openers;
460 struct mutex bd_mutex; /* open/close mutex */ 461 struct mutex bd_mutex; /* open/close mutex */
461 struct mutex bd_mount_mutex; /* mount mutex */ 462 struct semaphore bd_mount_sem;
462 struct list_head bd_inodes; 463 struct list_head bd_inodes;
463 void * bd_holder; 464 void * bd_holder;
464 int bd_holders; 465 int bd_holders;