] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root...
[cascardo/linux.git] / fs / nilfs2 / the_nilfs.h
index be1267a..de8cc53 100644 (file)
@@ -241,8 +241,8 @@ struct nilfs_root {
        struct the_nilfs *nilfs;
        struct inode *ifile;
 
-       atomic_t inodes_count;
-       atomic_t blocks_count;
+       atomic64_t inodes_count;
+       atomic64_t blocks_count;
 };
 
 /* Special checkpoint number */