[LTP] [PATCH] lib/rmobj.c: fix warning on FUSE fs

Cyril Hrubis chrubis@suse.cz
Wed Apr 27 14:15:59 CEST 2016


Hi!
> This warning can appear on FUSE fs in cleanup():
> TWARN  :  tst_tmpdir.c:219: tst_rmdir: rmobj(...) failed: unlink(
> .../.fuse_hidden#####) failed; errno=2: No such file or directory

Isn't this the same problem as the NFS one? I.e. unlinked but still open
files?

But in this case it looks like the file was still there shortly after
the fd has been closed, right? I wonder if that is a bug or not. I would
expect that the file is no longer in the directory listing once the
close() has returned from kernel.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list