diff options
author | Josef Bacik <josef@toxicpanda.com> | 2021-07-14 21:47:25 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2021-08-23 14:19:07 +0300 |
commit | 5662c967c69dfd162a0667d69bad776939bedf85 (patch) | |
tree | 915c549af6e1b7c1d798d5ee861ff80f23582b7f /include/linux/fs.h | |
parent | 25d23cd01621b740ce3e8f4f0fab40e24d163462 (diff) | |
download | linux-5662c967c69dfd162a0667d69bad776939bedf85.tar.xz |
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.h | 1 |
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 { |