mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
ntfs3: Remove reset_log_file()
This function has no callers (which will be why nobody noticed that the page wasn't being unlocked). Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
committed by
Christian Brauner
parent
663459c851
commit
c4c9c89c8c
@@ -708,7 +708,6 @@ int indx_update_dup(struct ntfs_inode *ni, struct ntfs_sb_info *sbi,
|
||||
struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref,
|
||||
const struct cpu_str *name);
|
||||
int ntfs_set_size(struct inode *inode, u64 new_size);
|
||||
int reset_log_file(struct inode *inode);
|
||||
int ntfs_get_block(struct inode *inode, sector_t vbn,
|
||||
struct buffer_head *bh_result, int create);
|
||||
int ntfs_write_begin(struct file *file, struct address_space *mapping,
|
||||
|
||||
Reference in New Issue
Block a user