mirror of
https://gitee.com/bianbu-linux/linux-6.6-fh
synced 2025-04-26 04:17:10 -04:00
fs: Remove unmap_underlying_metadata
Nobody is using this function anymore. Remove it. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
e64855c6cf
commit
ce98321bf7
2 changed files with 0 additions and 33 deletions
|
@ -168,7 +168,6 @@ int inode_has_buffers(struct inode *);
|
|||
void invalidate_inode_buffers(struct inode *);
|
||||
int remove_inode_buffers(struct inode *inode);
|
||||
int sync_mapping_buffers(struct address_space *mapping);
|
||||
void unmap_underlying_metadata(struct block_device *bdev, sector_t block);
|
||||
void clean_bdev_aliases(struct block_device *bdev, sector_t block,
|
||||
sector_t len);
|
||||
static inline void clean_bdev_bh_alias(struct buffer_head *bh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue