mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-06 12:06:26 +00:00
Ignore last flag output by filefrag.
New versions of filefrag will output the presence of the `last` flag as well, but we don't care. Signed-off-by: Auke Kok <auke.kok@versity.com>
This commit is contained in:
@@ -95,7 +95,7 @@ print_logical_extents()
|
||||
}
|
||||
print $2, $6, flags
|
||||
}
|
||||
'
|
||||
' | sed 's/last,eof/eof/'
|
||||
}
|
||||
|
||||
t_save_all_sysfs_mount_options data_prealloc_blocks
|
||||
|
||||
Reference in New Issue
Block a user