mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
gcc: remove duplicate typedef
This commit is contained in:
parent
1409c4a1c2
commit
fcdac700f9
@ -97,8 +97,6 @@ enum bcache_get_flags {
|
|||||||
GF_DIRTY = (1 << 1)
|
GF_DIRTY = (1 << 1)
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef uint64_t block_address;
|
|
||||||
|
|
||||||
unsigned bcache_nr_cache_blocks(struct bcache *cache);
|
unsigned bcache_nr_cache_blocks(struct bcache *cache);
|
||||||
unsigned bcache_max_prefetches(struct bcache *cache);
|
unsigned bcache_max_prefetches(struct bcache *cache);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user