From f2409865c23ff83e08e07be8fa5d5d9b96f61487 Mon Sep 17 00:00:00 2001 From: Kaaira Gupta Date: Mon, 24 Feb 2020 00:46:23 +0530 Subject: staging: exfat: remove exfat_buf_sync() exfat_buf_sync() is not called anywhere, hence remove it from exfat_cache.c and exfat.h Signed-off-by: Kaaira Gupta Link: https://lore.kernel.org/r/20200223191623.GA20122@kaaira-HP-Pavilion-Notebook Signed-off-by: Greg Kroah-Hartman --- drivers/staging/exfat/exfat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/staging/exfat/exfat.h') diff --git a/drivers/staging/exfat/exfat.h b/drivers/staging/exfat/exfat.h index 74f1abeda53a..4a0a481fe010 100644 --- a/drivers/staging/exfat/exfat.h +++ b/drivers/staging/exfat/exfat.h @@ -653,7 +653,6 @@ void exfat_buf_lock(struct super_block *sb, sector_t sec); void exfat_buf_unlock(struct super_block *sb, sector_t sec); void exfat_buf_release(struct super_block *sb, sector_t sec); void exfat_buf_release_all(struct super_block *sb); -void exfat_buf_sync(struct super_block *sb); /* fs management functions */ void fs_set_vol_flags(struct super_block *sb, u32 new_flag); -- cgit