]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ecryptfs: cleanup ecryptfs_setattr
authorChristoph Hellwig <hch@lst.de>
Wed, 8 Apr 2026 06:06:36 +0000 (08:06 +0200)
committerTyler Hicks <code@tyhicks.com>
Wed, 8 Apr 2026 23:32:15 +0000 (18:32 -0500)
commit8f61364322a07ff6c35691b575d6fbda8e71e29d
treee019e99c732892f80b4421abdeb629c525720d68
parentcd3b3094df0ee0f147957e7a7a1103990fdd6641
ecryptfs: cleanup ecryptfs_setattr

Initialize variables at declaration time where applicable and reformat
conditionals to match the kernel coding style.

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