aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2021-07-14 14:47:25 -0400
committerDavid Sterba <dsterba@suse.com>2021-08-23 13:19:07 +0200
commit5662c967c69dfd162a0667d69bad776939bedf85 (patch)
tree915c549af6e1b7c1d798d5ee861ff80f23582b7f /include/linux/fs.h
parent9p: migrate from sync_inode to filemap_fdatawrite_wbc (diff)
downloadlinux-dev-5662c967c69dfd162a0667d69bad776939bedf85.tar.xz
linux-dev-5662c967c69dfd162a0667d69bad776939bedf85.zip
fs: kill sync_inode
Now that all users of sync_inode() have been deleted, remove sync_inode(). Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 452cd4843843..1751addcb36e 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2457,7 +2457,6 @@ static inline void file_accessed(struct file *file)
extern int file_modified(struct file *file);
-int sync_inode(struct inode *inode, struct writeback_control *wbc);
int sync_inode_metadata(struct inode *inode, int wait);
struct file_system_type {