diff options
author | Nick Piggin <npiggin@suse.de> | 2007-10-16 04:25:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:42:56 -0400 |
commit | a20fa20c549ed569885d871f689a59cfd2f6ff77 (patch) | |
tree | bc6f7119cec83032eb43c27d6ec7bbbebd2fdddb /include/linux/buffer_head.h | |
parent | f7557e8f7ff785d6c2b5bc914cd1675314ff0fcf (diff) |
With reiserfs no longer using the weird generic_cont_expand, remove it completely.
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/buffer_head.h')
-rw-r--r-- | include/linux/buffer_head.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h index 1caa71d4c95f..f4ef547fc609 100644 --- a/include/linux/buffer_head.h +++ b/include/linux/buffer_head.h | |||
@@ -217,7 +217,6 @@ int block_prepare_write(struct page*, unsigned, unsigned, get_block_t*); | |||
217 | int cont_write_begin(struct file *, struct address_space *, loff_t, | 217 | int cont_write_begin(struct file *, struct address_space *, loff_t, |
218 | unsigned, unsigned, struct page **, void **, | 218 | unsigned, unsigned, struct page **, void **, |
219 | get_block_t *, loff_t *); | 219 | get_block_t *, loff_t *); |
220 | int generic_cont_expand(struct inode *inode, loff_t size); | ||
221 | int generic_cont_expand_simple(struct inode *inode, loff_t size); | 220 | int generic_cont_expand_simple(struct inode *inode, loff_t size); |
222 | int block_commit_write(struct page *page, unsigned from, unsigned to); | 221 | int block_commit_write(struct page *page, unsigned from, unsigned to); |
223 | int block_page_mkwrite(struct vm_area_struct *vma, struct page *page, | 222 | int block_page_mkwrite(struct vm_area_struct *vma, struct page *page, |