On 05/26/2015 01:21 PM, Stanislav Kholmanskikh wrote: > As of now, test cases utilizing tst_checkpoint framework fail on NFS > with similar errors: > > creat07 0 TWARN : tst_tmpdir.c:206: tst_rmdir: > rmobj(/tmpdir/ltp-0IVQPP0NK6/creigi0kV) failed: > remove(/tmpdir/ltp-0IVQPP0NK6/creigi0kV) failed; errno=66: Directory not empty > > This happens because we keep the futex page mapped while tst_rmdir() is > running. > > Let's unmap it before the actual delete procedure. > > Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmansk...@oracle.com> > --- > Changes since V1: > * renamed 'futex_t *futexes' to 'futex_t *tst_futexes'
Pushed this patch and "[PATCH 1/2] Move futex_t into a common header". Thanks. ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list