Message ID | 20190305052447.24291-1-shinichiro.kawasaki@wdc.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix partition device sysfs access | expand |
On Tue, Mar 05, 2019 at 02:24:44PM +0900, Shin'ichiro Kawasaki wrote: > This patch series fixes test failures found in the zbd test group when run on > partition devices. The failure cause is a block device sysfs attributes access > problem if the target device is a partition. > > This series resends patches 3, 4 and 5 posted as a part of another series. > > https://www.spinics.net/lists/linux-block/msg37431.html > > The patches reflect the review comments by Omar made on the list. > > Shin'ichiro Kawasaki (3): > check: Add TEST_DEV_PART_SYSFS variable > common: Add _test_dev_is_partition() helper function > zbd: Change sysfs path for partition devices > > check | 46 +++++++++++++++++++++++++--------------------- > common/rc | 8 ++++++++ > new | 16 ++++++++++++++-- > tests/zbd/rc | 8 ++++++-- > 4 files changed, 53 insertions(+), 25 deletions(-) Applied, thanks.