mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 13:35:18 +00:00
Catch up to kernel's scoutfs_extent
Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -293,7 +293,7 @@ struct scoutfs_xattr {
|
||||
__u8 name[0];
|
||||
} __packed;
|
||||
|
||||
struct scoutfs_file_extent {
|
||||
struct scoutfs_extent {
|
||||
__le64 blkno;
|
||||
__le64 len;
|
||||
__u8 flags;
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user