]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/btrfs/btrfs_inode.h
Btrfs: add a flags field to btrfs_fs_info
[karo-tx-linux.git] / fs / btrfs / btrfs_inode.h
index 4919aedb5fc18a81faebb30abc01463cc4f2c8c1..1a8fa46ff87eb6eccae9be16d5e600ff8de0ef8b 100644 (file)
 #define BTRFS_INODE_IN_DELALLOC_LIST           9
 #define BTRFS_INODE_READDIO_NEED_LOCK          10
 #define BTRFS_INODE_HAS_PROPS                  11
-/*
- * The following 3 bits are meant only for the btree inode.
- * When any of them is set, it means an error happened while writing an
- * extent buffer belonging to:
- * 1) a non-log btree
- * 2) a log btree and first log sub-transaction
- * 3) a log btree and second log sub-transaction
- */
-#define BTRFS_INODE_BTREE_ERR                  12
-#define BTRFS_INODE_BTREE_LOG1_ERR             13
-#define BTRFS_INODE_BTREE_LOG2_ERR             14
 
 /* in memory btrfs inode */
 struct btrfs_inode {