diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 14:59:13 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 14:59:13 +0100 |
| commit | d692b8845cb3cfa4d005a5a360a26f692b09d178 (patch) | |
| tree | 01330ed4686ce3e141e8bf069b7bc11bf770f6f2 /security | |
| parent | 98e9aea604a182a40f8fb4b77ac426b3fdf00031 (diff) | |
| parent | 4bd540bd9a0d7a2e8403a139e9f7631b06a57e89 (diff) | |
| download | linux-next-history-d692b8845cb3cfa4d005a5a360a26f692b09d178.tar.gz | |
next-20260522/vfs-brauner
# Conflicts:
# fs/fuse/dev.c
Diffstat (limited to 'security')
| -rw-r--r-- | security/landlock/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/landlock/fs.c b/security/landlock/fs.c index c1ecfe2390326..32d560f12dbd3 100644 --- a/security/landlock/fs.c +++ b/security/landlock/fs.c @@ -1278,7 +1278,7 @@ static void hook_sb_delete(struct super_block *const sb) struct landlock_object *object; /* Only handles referenced inodes. */ - if (!icount_read(inode)) + if (!icount_read_once(inode)) continue; /* |
