forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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