diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/fs.h | 5 | ||||
-rw-r--r-- | include/linux/writeback.h | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index e2c7f5167662..37f53216998a 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1455,11 +1455,6 @@ int fiemap_check_flags(struct fiemap_extent_info *fieinfo, u32 fs_flags); | |||
1455 | #define DT_SOCK 12 | 1455 | #define DT_SOCK 12 |
1456 | #define DT_WHT 14 | 1456 | #define DT_WHT 14 |
1457 | 1457 | ||
1458 | #define OSYNC_METADATA (1<<0) | ||
1459 | #define OSYNC_DATA (1<<1) | ||
1460 | #define OSYNC_INODE (1<<2) | ||
1461 | int generic_osync_inode(struct inode *, struct address_space *, int); | ||
1462 | |||
1463 | /* | 1458 | /* |
1464 | * This is the "filldir" function type, used by readdir() to let | 1459 | * This is the "filldir" function type, used by readdir() to let |
1465 | * the kernel specify what kind of dirent layout it wants to have. | 1460 | * the kernel specify what kind of dirent layout it wants to have. |
diff --git a/include/linux/writeback.h b/include/linux/writeback.h index 78b1e4684cc9..d347632f1861 100644 --- a/include/linux/writeback.h +++ b/include/linux/writeback.h | |||
@@ -150,10 +150,6 @@ int write_cache_pages(struct address_space *mapping, | |||
150 | struct writeback_control *wbc, writepage_t writepage, | 150 | struct writeback_control *wbc, writepage_t writepage, |
151 | void *data); | 151 | void *data); |
152 | int do_writepages(struct address_space *mapping, struct writeback_control *wbc); | 152 | int do_writepages(struct address_space *mapping, struct writeback_control *wbc); |
153 | int sync_page_range(struct inode *inode, struct address_space *mapping, | ||
154 | loff_t pos, loff_t count); | ||
155 | int sync_page_range_nolock(struct inode *inode, struct address_space *mapping, | ||
156 | loff_t pos, loff_t count); | ||
157 | void set_page_dirty_balance(struct page *page, int page_mkwrite); | 153 | void set_page_dirty_balance(struct page *page, int page_mkwrite); |
158 | void writeback_set_ratelimit(void); | 154 | void writeback_set_ratelimit(void); |
159 | 155 | ||