diff options
Diffstat (limited to 'include/linux/buffer_head.h')
| -rw-r--r-- | include/linux/buffer_head.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h index c8dae555eccf..afa37f807f12 100644 --- a/include/linux/buffer_head.h +++ b/include/linux/buffer_head.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | /* | 2 | /* |
| 2 | * include/linux/buffer_head.h | 3 | * include/linux/buffer_head.h |
| 3 | * | 4 | * |
| @@ -232,6 +233,7 @@ int generic_write_end(struct file *, struct address_space *, | |||
| 232 | loff_t, unsigned, unsigned, | 233 | loff_t, unsigned, unsigned, |
| 233 | struct page *, void *); | 234 | struct page *, void *); |
| 234 | void page_zero_new_buffers(struct page *page, unsigned from, unsigned to); | 235 | void page_zero_new_buffers(struct page *page, unsigned from, unsigned to); |
| 236 | void clean_page_buffers(struct page *page); | ||
| 235 | int cont_write_begin(struct file *, struct address_space *, loff_t, | 237 | int cont_write_begin(struct file *, struct address_space *, loff_t, |
| 236 | unsigned, unsigned, struct page **, void **, | 238 | unsigned, unsigned, struct page **, void **, |
| 237 | get_block_t *, loff_t *); | 239 | get_block_t *, loff_t *); |
