Re: [PATCH] ecryptfs: remove redundant variable found_auth_tok
Tyler Hicks <[email protected]> Mon, 20 Apr 2026 21:53:52 -0500
| Newsgroups | org.kernel.vger.ecryptfs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <aebmwDc5nTFJpWyX@yaupon> |
On 2026-04-20 21:50:58, Tyler Hicks wrote: > On Sun, 12 Apr 2026 16:50:08 +0300, Alexey Velichayshiy wrote: > > The found_auth_tok variable is no longer needed, as the fact of finding > > a token is determined directly by jumping to the found_matching_auth_tok > > label inside the loop. > > > > Remove found_auth_tok, simplifying the function logic. > > > > Found by Linux Verification Center (linuxtesting.org) with SVACE. > > > > [...] > > Thank you! This has been applied to the next branch of the tyhicks/ecryptfs.git tree. > > Note that I made a small change by unsplitting the error message that is passed > to ecryptfs_printk(). > > You can find a direct link below but please be aware that the commit hash is > unstable and, therefore, the URL may not be valid in the future. > > [1/1] ecryptfs: remove redundant variable found_auth_tok > https://git.kernel.org/tyhicks/ecryptfs/c/0be6d8f0e111deb765c0bc01c1fe5d9920fe2fcd That link is not correct. The correct link is here: https://git.kernel.org/tyhicks/ecryptfs/c/eb5e768eaf7c5f6274319e2894ceebf0f3cb5750 Tyler