diff options
| author | Yan <[email protected]> | 2008-01-08 20:54:37 +0000 |
|---|---|---|
| committer | Chris Mason <[email protected]> | 2008-09-25 15:03:59 +0000 |
| commit | b98b6767a0f6f9baa1d00eff64a43d58412ecdeb (patch) | |
| tree | b1c5346f462be12b268ff05049651bb3b880c7c9 /fs/btrfs/btrfs_inode.h | |
| parent | Btrfs: online shrinking fixes (diff) | |
| download | kernel-b98b6767a0f6f9baa1d00eff64a43d58412ecdeb.tar.gz kernel-b98b6767a0f6f9baa1d00eff64a43d58412ecdeb.zip | |
Btrfs: Add inode flags support
This patch adds NODATASUM & NODATACOW inode flags support.
Signed-off-by: Chris Mason <[email protected]>
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
| -rw-r--r-- | fs/btrfs/btrfs_inode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index f27e633f1742..9fc99883c70a 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h @@ -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) { |
