]> git.ipfire.org Git - thirdparty/linux.git/commit
ecryptfs: streamline truncate_upper
authorChristoph Hellwig <hch@lst.de>
Wed, 8 Apr 2026 06:06:37 +0000 (08:06 +0200)
committerTyler Hicks <code@tyhicks.com>
Wed, 8 Apr 2026 23:52:51 +0000 (18:52 -0500)
commitb109187378615e683d8d8a24f4bc246bd3fb7b26
tree5038083ef338816afbef4b320eaf946de03d6c85
parent8f61364322a07ff6c35691b575d6fbda8e71e29d
ecryptfs: streamline truncate_upper

Use a few strategic gotos to reduce indentation and keep the main flow
outside of branches.  Switch all touched comments to normal kernel style
and avoid breaks in printed strings for all the code touched.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Tyler Hicks <code@tyhicks.com>
fs/ecryptfs/inode.c