commit | b98b6767a0f6f9baa1d00eff64a43d58412ecdeb | [log] [tgz] |
---|---|---|
author | Yan <yanzheng@21cn.com> | Tue Jan 08 15:54:37 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:59 2008 -0400 |
tree | b1c5346f462be12b268ff05049651bb3b880c7c9 | |
parent | c31f8830f0dfd31e7e196b85ca1b39aef8b77d57 [diff] [blame] |
Btrfs: Add inode flags support This patch adds NODATASUM & NODATACOW inode flags support. Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index f27e633..9fc9988 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h
@@ -34,6 +34,7 @@ * 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) {