linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.3k stars 1.01k forks source link

Write test for mount_setattr #896

Open xuyang0410 opened 2 years ago

xuyang0410 commented 2 years ago

This mount_setattr syscall has been introduced to change properties of a mount or mount tree since kernel 5.12. Also it has detailed man-pages see mount_setattr.2.

marcosps commented 1 year ago

IIUC there is currently a testcase coverign mount_setattr: e0c6fbec7f4d5e8df7ef2c3d86cf5ab8a9de6fe5

coolgw commented 1 year ago

Maybe we need more test case for this feature or just close this ?