Home
last modified time | relevance | path

Searched hist:"7 efc3e349c1b557563eb61ef054653ce8486de58" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dbtrfs_inode.hdiff 7efc3e349c1b557563eb61ef054653ce8486de58 Fri May 11 15:13:39 CDT 2018 Omar Sandoval <osandov@fb.com> Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enums

We got rid of BTRFS_INODE_HAS_ORPHAN_ITEM and
BTRFS_INODE_ORPHAN_META_RESERVED, so we can renumber the flags to make
them consecutive again.

Signed-off-by: Omar Sandoval <osandov@fb.com>
[ switch them enums so we don't have to do that again ]
Signed-off-by: David Sterba <dsterba@suse.com>