kernel/fs/btrfs/export.h
.. .. @@ -19,7 +19,7 @@ 19 19 } __attribute__ ((packed)); 20 20 21 21 struct dentry *btrfs_get_dentry(struct super_block *sb, u64 objectid, 22 - u64 root_objectid, u32 generation,22 + u64 root_objectid, u64 generation,23 23 int check_generation); 24 24 struct dentry *btrfs_get_parent(struct dentry *child); 25 25