Re: [PATCH v2] btrfs-progs: test: add new test for inspect-internal rootid

2017-09-07 Thread David Sterba
On Thu, Sep 07, 2017 at 10:48:27AM +0900, Misono, Tomohiro wrote: > This new test checks inspect-internal rootid > - handle path to subvolume/directory/file as an argument > - get different id for each subvolume > - get the expected id for each file/directory (i.e. the same as >containin

[PATCH v2] btrfs-progs: test: add new test for inspect-internal rootid

2017-09-06 Thread Misono, Tomohiro
This new test checks inspect-internal rootid - handle path to subvolume/directory/file as an argument - get different id for each subvolume - get the expected id for each file/directory (i.e. the same as containing subvolume) Signed-off-by: Tomohiro Misono --- change log: v1 -> v2: