diff options
| author | Christoph Hellwig <hch@lst.de> | 2004-10-18 18:02:18 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-18 18:02:18 -0700 |
| commit | 8704c669a5587e4b06807a6394e453582eb0633e (patch) | |
| tree | c447c8601003d9847b2fd5f5059d23c2d4cb5d36 /include/linux | |
| parent | 1cd05eadec387f138424603a1b34761506443707 (diff) | |
[PATCH] remove dead code from fs/mbcache.c
mb_cache_entry_takeout and mb_cache_entry_dup are totally unused.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mbcache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mbcache.h b/include/linux/mbcache.h index 7738749e1285..15a806ad61ee 100644 --- a/include/linux/mbcache.h +++ b/include/linux/mbcache.h @@ -56,9 +56,7 @@ int mb_cache_entry_insert(struct mb_cache_entry *, struct block_device *, sector_t, unsigned int[]); void mb_cache_entry_rehash(struct mb_cache_entry *, unsigned int[]); void mb_cache_entry_release(struct mb_cache_entry *); -void mb_cache_entry_takeout(struct mb_cache_entry *); void mb_cache_entry_free(struct mb_cache_entry *); -struct mb_cache_entry *mb_cache_entry_dup(struct mb_cache_entry *); struct mb_cache_entry *mb_cache_entry_get(struct mb_cache *, struct block_device *, sector_t); |
