diff options
author | 2025-03-07 15:43:19 +0100 | |
---|---|---|
committer | 2025-03-08 12:19:22 +0100 | |
commit | 93fd0d46cbf7bc35a3a912c913b4f074955119c7 (patch) | |
tree | 82d9b3ed3cb40d8d7388e9aa0c2b44311ee89866 /scripts/bpf_doc.py | |
parent | ecryptfs: remove NULL remount_fs from super_operations (diff) | |
download | linux-rng-93fd0d46cbf7bc35a3a912c913b4f074955119c7.tar.xz linux-rng-93fd0d46cbf7bc35a3a912c913b4f074955119c7.zip |
vfs: Remove invalidate_inodes()
The function can be replaced by evict_inodes. The only difference is
that evict_inodes() skips the inodes with positive refcount without
touching ->i_lock, but they are equivalent as evict_inodes() repeats the
refcount check after having grabbed ->i_lock.
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20250307144318.28120-2-jack@suse.cz
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions