* Misono Tomohiro (misono.tomoh...@jp.fujitsu.com) wrote:
> Currently xattr operations on virtiofs does not work properly in some case:
> - directory ... cannot set
> - special files (pipe) ... cause hang
>
> This fixes these problems and now xfstests generic/062 passes on virtiofs
> with -o xat
On Thu, Feb 27, 2020 at 02:59:25PM +0900, Misono Tomohiro wrote:
> Currently xattr operations on virtiofs does not work properly in some case:
> - directory ... cannot set
> - special files (pipe) ... cause hang
>
> This fixes these problems and now xfstests generic/062 passes on virtiofs
> with
Currently xattr operations on virtiofs does not work properly in some case:
- directory ... cannot set
- special files (pipe) ... cause hang
This fixes these problems and now xfstests generic/062 passes on virtiofs
with -o xattr option (I tested with xfs).
v3 -> v4:
- No logic change
- Some c