Btrfs: Add inode flags support

This patch adds NODATASUM & NODATACOW inode flags support.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Yan
2008-01-08 15:54:37 -05:00
committed by Chris Mason
parent c31f8830f0
commit b98b6767a0
3 changed files with 23 additions and 13 deletions

View File

@@ -34,6 +34,7 @@ struct btrfs_inode {
* transid of the trans_handle that last modified this inode
*/
u64 last_trans;
u32 flags;
};
static inline struct btrfs_inode *BTRFS_I(struct inode *inode)
{