All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fstests: introduce btrfs-map-logical
@ 2017-04-12  1:27 Liu Bo
  2017-04-12  1:35 ` Qu Wenruo
  0 siblings, 1 reply; 7+ messages in thread
From: Liu Bo @ 2017-04-12  1:27 UTC (permalink / raw)
  To: fstests; +Cc: linux-btrfs

A typical use case of 'btrfs-map-logical' is to translate btrfs logical
address to physical address on each disk.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
---
 common/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/config b/common/config
index 59041a3..b7c06bf 100644
--- a/common/config
+++ b/common/config
@@ -249,6 +249,7 @@ case "$HOSTOS" in
         export BTRFS_UTIL_PROG="`set_prog_path btrfs`"
         export BTRFS_SHOW_SUPER_PROG="`set_prog_path btrfs-show-super`"
 	export BTRFS_CONVERT_PROG="`set_prog_path btrfs-convert`"
+	export BTRFS_MAP_LOGICAL_PROG="`set_prog_path btrfs-map-logical`"
         export XFS_FSR_PROG="`set_prog_path xfs_fsr`"
         export MKFS_NFS_PROG="false"
         export MKFS_CIFS_PROG="false"
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-13  3:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12  1:27 [PATCH] fstests: introduce btrfs-map-logical Liu Bo
2017-04-12  1:35 ` Qu Wenruo
2017-04-12 12:32   ` David Sterba
2017-04-12 12:52     ` David Sterba
2017-04-13  0:42       ` Qu Wenruo
2017-04-13  0:42         ` Qu Wenruo
2017-04-13  3:40       ` Eryu Guan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.