aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/buffer_head.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/buffer_head.h')
-rw-r--r--include/linux/buffer_head.h2
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 *);
234void page_zero_new_buffers(struct page *page, unsigned from, unsigned to); 235void page_zero_new_buffers(struct page *page, unsigned from, unsigned to);
236void clean_page_buffers(struct page *page);
235int cont_write_begin(struct file *, struct address_space *, loff_t, 237int 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 *);