Re: [PATCH 0/2] Fix sysfs recursive removal splats in isci

2017-03-29 Thread Tejun Heo
Hello, On Wed, Mar 29, 2017 at 11:41:07AM +0200, Johannes Thumshirn wrote: > This series fixes a sysfs warning caused by isci not being able to cope with > recursive sysfs path removals which are in place since commit bcdde7e > ("sysfs: make __sysfs_remove_dir() recursive"). Thanks for fixing the

Re: [PATCH 0/2] Fix sysfs recursive removal splats in isci

2017-03-29 Thread James Bottomley
On Wed, 2017-03-29 at 11:41 +0200, Johannes Thumshirn wrote: > This series fixes a sysfs warning caused by isci not being able to > cope with recursive sysfs path removals which are in place since > commit bcdde7e ("sysfs: make __sysfs_remove_dir() recursive"). > > The mvsas, aic94xx and pm8001

[PATCH 0/2] Fix sysfs recursive removal splats in isci

2017-03-29 Thread Johannes Thumshirn
This series fixes a sysfs warning caused by isci not being able to cope with recursive sysfs path removals which are in place since commit bcdde7e ("sysfs: make __sysfs_remove_dir() recursive"). The mvsas, aic94xx and pm8001 and hisi_sas patches have been compile tested only hence they have no cal