diff options
| author | Dmitry Torokhov <[email protected]> | 2011-05-24 00:06:26 -0700 | 
|---|---|---|
| committer | Dmitry Torokhov <[email protected]> | 2011-05-24 00:06:26 -0700 | 
| commit | b73077eb03f510a84b102fb97640e595a958403c (patch) | |
| tree | 8b639000418e2756bf6baece4e00e07d2534bccc /include/linux/buffer_head.h | |
| parent | 28350e330cfab46b60a1dbf763b678d859f9f3d9 (diff) | |
| parent | 9d2e173644bb5c42ff1b280fbdda3f195a7cf1f7 (diff) | |
Merge branch 'next' into for-linus
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 68d1fe7b877c..f5df23561b96 100644 --- a/include/linux/buffer_head.h +++ b/include/linux/buffer_head.h @@ -219,7 +219,6 @@ int generic_cont_expand_simple(struct inode *inode, loff_t size);  int block_commit_write(struct page *page, unsigned from, unsigned to);  int block_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf,  				get_block_t get_block); -void block_sync_page(struct page *);  sector_t generic_block_bmap(struct address_space *, sector_t, get_block_t *);  int block_truncate_page(struct address_space *, loff_t, get_block_t *);  int nobh_write_begin(struct address_space *, loff_t, unsigned, unsigned, |