NVSL / linux-nova

NOVA is a log-structured file system designed for byte-addressable non-volatile memories, developed at the University of California, San Diego.
http://nvsl.ucsd.edu/index.php?path=projects/nova
Other
421 stars 117 forks source link

XFStests generic/424: Fails for kernel 4.12. #49

Closed stevenjswanson closed 6 years ago

stevenjswanson commented 7 years ago

chattr doesn't fail when setting extended attrs and also doesn't properly set them.

THis at least causes the 424 to fail, but 424 checks for the presence of statx() before running. chattr uses ioctl.

This may be a problem with xfstests or that I have an old version of chattr installed.

Andiry commented 6 years ago

Fixed in latest version.