]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fs: remove audit dummy context check
authorChristian Brauner <brauner@kernel.org>
Thu, 8 Aug 2024 09:15:41 +0000 (11:15 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 30 Aug 2024 06:22:35 +0000 (08:22 +0200)
commitd459c52ab378cdcd53c57ddcbfd5af648b20a150
treea880d8b7103a7c0ccb8b53619fa3f04919619b20
parent4770d96a6d89c7dd5675056629c0008f7f8106bf
fs: remove audit dummy context check

Now that we audit later during lookup_open() we can remove the audit
dummy context check. This simplifies things a lot.

Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/namei.c