btrfs: rename errno identifiers to error
authorDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2023 19:05:47 +0000 (21:05 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2023 14:44:07 +0000 (16:44 +0200)
commited164802e89589db64ef8829813a5ae92153722c
tree03ba44fdf150d001bef283c15da2e22a11ab5a03
parent28270e25c69a2c76ea1ed0922095bffb9b9a4f98
btrfs: rename errno identifiers to error

We sync the kernel files to userspace and the 'errno' symbol is defined
by standard library, which does not matter in kernel but the parameters
or local variables could clash. Rename them all.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/backref.h
fs/btrfs/compression.c
fs/btrfs/ctree.c
fs/btrfs/messages.c
fs/btrfs/messages.h
fs/btrfs/transaction.c
fs/btrfs/transaction.h