]> www.infradead.org Git - nvme.git/commit
fs/ntfs3: Remove unused ntfs_flush_inodes
authorDr. David Alan Gilbert <linux@treblig.org>
Wed, 19 Feb 2025 01:45:56 +0000 (01:45 +0000)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 6 Mar 2025 16:53:28 +0000 (19:53 +0300)
commit8b12017c1b9582db8c5833cf08d610e8f810f4b3
tree56ac956a0c5bad89357121fc5e3fc52231714ee9
parent1404580279f2386aac8246e1a366848589b26f9f
fs/ntfs3: Remove unused ntfs_flush_inodes

ntfs_flush_inodes() was added in 2021 by
commit 82cae269cfa9 ("fs/ntfs3: Add initialization of super block")
but has remained unused.

Remove it, and it's helper function.

Note: There is a commented out call to ntfs_flush_inodes in
ntfs_truncate() - I've left that in place.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/inode.c
fs/ntfs3/ntfs_fs.h