mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: fix bulkstat related compile warnings.
Use correct types for bulkstat structure to avoid pointer warnings. Signed-off-by: Dave Chinner <david@fromorbit.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
+2
-2
@@ -1550,7 +1550,7 @@ bulkstat_f(int opno, long r)
|
||||
{
|
||||
int count;
|
||||
int fd;
|
||||
__uint64_t last;
|
||||
__u64 last;
|
||||
int nent;
|
||||
xfs_bstat_t *t;
|
||||
__int64_t total;
|
||||
@@ -1583,7 +1583,7 @@ bulkstat1_f(int opno, long r)
|
||||
pathname_t f;
|
||||
int fd;
|
||||
int good;
|
||||
__uint64_t ino;
|
||||
__u64 ino;
|
||||
struct stat64 s;
|
||||
xfs_bstat_t t;
|
||||
int v;
|
||||
|
||||
Reference in New Issue
Block a user