Michal Simek wrote: > NFS creates temporary .nfsXXX files for every open/created file. > Based on this rmdir syscall failed because directory is not empty. > The solution is to close all open/created files. They are also unlink > in cleanup. > > Error log: > creat08 5 TBROK : rmdir testdir.A.167 failed: errno=???(39): Directory > not empty > creat08 6 TBROK : Remaining cases broken > > Example of created files(listed by readdir): > testdir.A.155 > .nfs00000000070201f60000007d > .. > .nfs00000000070201f70000007c > . > > testdir.B.155 > .nfs00000000000dc13c0000007f > .nfs00000000000dc1050000007e > .. > . > .nfs00000000000dc0f600000080 > > Signed-off-by: Michal Simek <[email protected]> > --- > testcases/kernel/syscalls/creat/creat08.c | 23 +++++++++++++++++------ > 1 files changed, 17 insertions(+), 6 deletions(-)
Can someone review it or apply it to git? Thanks, Michal -- Michal Simek, Ing. (M.Eng) PetaLogix - Linux Solutions for a Reconfigurable World w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663 ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
