forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/fs/btrfs/export.h
....@@ -19,7 +19,7 @@
1919 } __attribute__ ((packed));
2020
2121 struct dentry *btrfs_get_dentry(struct super_block *sb, u64 objectid,
22
- u64 root_objectid, u32 generation,
22
+ u64 root_objectid, u64 generation,
2323 int check_generation);
2424 struct dentry *btrfs_get_parent(struct dentry *child);
2525