From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] lib/rmobj.c: fix warning on FUSE fs
Date: Wed, 27 Apr 2016 14:15:59 +0200 [thread overview]
Message-ID: <20160427121559.GB17331@rei.lan> (raw)
In-Reply-To: <1461754274-9903-1-git-send-email-alexey.kodanev@oracle.com>
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
next prev parent reply other threads:[~2016-04-27 12:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-27 10:51 [LTP] [PATCH] lib/rmobj.c: fix warning on FUSE fs Alexey Kodanev
2016-04-27 12:15 ` Cyril Hrubis [this message]
2016-04-27 13:29 ` Alexey Kodanev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160427121559.GB17331@rei.lan \
--to=chrubis@suse.cz \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox