Catch up to kernel's scoutfs_extent

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2016-11-17 19:48:05 -08:00
parent 41e3ca0f41
commit 5fcf70b53e
2 changed files with 2 additions and 2 deletions

View File

@@ -293,7 +293,7 @@ struct scoutfs_xattr {
__u8 name[0];
} __packed;
struct scoutfs_file_extent {
struct scoutfs_extent {
__le64 blkno;
__le64 len;
__u8 flags;

View File

@@ -126,7 +126,7 @@ static void print_symlink(char *str, unsigned int val_len)
(flags & f) ? str : "", (flags & (f - 1)) ? "|" : ""
static void print_extent(struct scoutfs_key *key,
struct scoutfs_file_extent *ext)
struct scoutfs_extent *ext)
{
printf(" extent: (offest %llu) blkno %llu, len %llu flags %s%s\n",
le64_to_cpu(key->offset), le64_to_cpu(ext->blkno),