commit | 2949e8427af3bb74a1e26354cb68c1700663c827 | [log] [tgz] |
---|---|---|
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | Tue Aug 24 13:12:59 2021 +0200 |
committer | Jeff Layton <jlayton@kernel.org> | Tue Aug 24 07:52:45 2021 -0400 |
tree | f346f4ccd3c06204147845f4a54c5127507dc967 | |
parent | f7e33bdbd6d1bdf9c3df8bba5abcf3399f957ac3 [diff] |
fs: clean up after mandatory file locking support removal Commit 3efee0567b4a ("fs: remove mandatory file locking support") removes some operations in functions rw_verify_area(). As these functions are now simplified, do some syntactic clean-up as follow-up to the removal as well, which was pointed out by compiler warnings and static analysis. No functional change. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Jeff Layton <jlayton@kernel.org>