]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: rename err to ret in btrfs_create_common()
authorDavid Sterba <dsterba@suse.com>
Fri, 30 May 2025 16:19:03 +0000 (18:19 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jul 2025 21:53:29 +0000 (23:53 +0200)
commit56ccdd9af29f302968741cc69ffc59b5fe9fb610
tree07d4f86dcb507dc4c87c369676ea9cdb32590928
parent7d13ea864ee50b6d8ef0e7ac6eb5cd99f06b1e2b
btrfs: rename err to ret in btrfs_create_common()

Unify naming of return value to the preferred way.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c