diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-06-02 04:24:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-06-02 04:24:30 -0700 |
| commit | b2ea3f319615bd297c22017fef7d5f12bce11a15 (patch) | |
| tree | c2e46c645e079f240bbf087e7c9b686e1058e4fd /include/linux/buffer_head.h | |
| parent | 4da4483e5655259b2f3184a2833a6330276ab14a (diff) | |
| parent | 6d693005e1d16e2205daae79539d4103ac35e590 (diff) | |
Merge http://linux-isdn.bkbits.net/linux-2.5.make
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include/linux/buffer_head.h')
| -rw-r--r-- | include/linux/buffer_head.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h index 9bcb2b34df84..90767fc78617 100644 --- a/include/linux/buffer_head.h +++ b/include/linux/buffer_head.h @@ -191,8 +191,7 @@ void FASTCALL(unlock_buffer(struct buffer_head *bh)); * address_spaces. */ int try_to_release_page(struct page * page, int gfp_mask); -int block_flushpage(struct page *page, unsigned long offset); -int block_symlink(struct inode *, const char *, int); +int block_invalidatepage(struct page *page, unsigned long offset); int block_write_full_page(struct page*, get_block_t*); int block_read_full_page(struct page*, get_block_t*); int block_prepare_write(struct page*, unsigned, unsigned, get_block_t*); |
