diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 29b7fc28c607..c4115901d906 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1259,7 +1259,7 @@ struct btrfs_root { | |||
1259 | atomic_t will_be_snapshoted; | 1259 | atomic_t will_be_snapshoted; |
1260 | 1260 | ||
1261 | /* For qgroup metadata space reserve */ | 1261 | /* For qgroup metadata space reserve */ |
1262 | atomic_t qgroup_meta_rsv; | 1262 | atomic64_t qgroup_meta_rsv; |
1263 | }; | 1263 | }; |
1264 | static inline u32 btrfs_inode_sectorsize(const struct inode *inode) | 1264 | static inline u32 btrfs_inode_sectorsize(const struct inode *inode) |
1265 | { | 1265 | { |