summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Viro <viro@math.psu.edu>2002-04-30 19:58:14 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-04-30 19:58:14 -0700
commitde6285663de5541bfaf16fe5597777359e15727c (patch)
tree94276cf9ec404eef6a5909388b51d31ac912487c /include/linux
parenta9e3cad6d153a0802946d0d9cc3b8f66eade3373 (diff)
[PATCH] (5/6) blksize_size[] removal
- kill bread()/getblk()/get_hash_table() (kdev_t-using wrappers; struct block_device * counterparts are obviously still alive).
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/buffer_head.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/buffer_head.h b/include/linux/buffer_head.h
index f9158122b3f7..80f6e106d723 100644
--- a/include/linux/buffer_head.h
+++ b/include/linux/buffer_head.h
@@ -151,10 +151,6 @@ void create_empty_buffers(struct page *, unsigned long,
void end_buffer_io_sync(struct buffer_head *bh, int uptodate);
void buffer_insert_list(spinlock_t *lock,
struct buffer_head *, struct list_head *);
-struct buffer_head *get_hash_table(kdev_t dev, sector_t block, int size);
-struct buffer_head *getblk(kdev_t dev, sector_t block, int size);
-struct buffer_head *bread(kdev_t dev, int block, int size);
-
/* reiserfs_writepage needs this */
void set_buffer_async_io(struct buffer_head *bh);