mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-31 23:57:26 +00:00
btrfs-progs: fix typo in set/get of btrfs_inode_item::sequence
s/generation/sequence/ for BTRFS_SETGET_STACK_FUNCS(stack_inode_sequence, ...) Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
a365b84a32
commit
537fb08026
2
ctree.h
2
ctree.h
@ -1423,7 +1423,7 @@ BTRFS_SETGET_FUNCS(inode_flags, struct btrfs_inode_item, flags, 64);
|
||||
BTRFS_SETGET_STACK_FUNCS(stack_inode_generation,
|
||||
struct btrfs_inode_item, generation, 64);
|
||||
BTRFS_SETGET_STACK_FUNCS(stack_inode_sequence,
|
||||
struct btrfs_inode_item, generation, 64);
|
||||
struct btrfs_inode_item, sequence, 64);
|
||||
BTRFS_SETGET_STACK_FUNCS(stack_inode_size,
|
||||
struct btrfs_inode_item, size, 64);
|
||||
BTRFS_SETGET_STACK_FUNCS(stack_inode_nbytes,
|
||||
|
Loading…
Reference in New Issue
Block a user