checkpoint-restore / criu

Checkpoint/Restore tool
criu.org
Other
2.86k stars 576 forks source link

test: replace NR_fstat with NR_statx #2224

Closed znley closed 1 year ago

znley commented 1 year ago

NR_fstat is a deprecated syscall, usually use NR_statx instead. NR_statx is supported since linux 4.10. https://github.com/torvalds/linux/commit/a528d35e8bfcc521d7cb70aaf03e1bd296c8493f

avagin commented 1 year ago

pls add more details on the commit message.

znley commented 1 year ago

pls add more details on the commit message.

Re commited.

znley commented 1 year ago

rebase