linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* xfstest 531 and unlink of open file
@ 2019-06-24  3:22 Steve French
  2019-06-24  3:44 ` ronnie sahlberg
  0 siblings, 1 reply; 3+ messages in thread
From: Steve French @ 2019-06-24  3:22 UTC (permalink / raw)
  To: samba-technical, CIFS, linux-fsdevel

Xioli created a fairly simple unlink test failure reproducer loosely
related to xfstest 531 (see
https://bugzilla.kernel.org/show_bug.cgi?id=203271) which unlinks an
open file then tries to create a file with the same name before
closing the first file (which fails over SMB3/SMB3.11 mounts with
STATUS_DELETE_PENDING).

Presumably we could work around this by a "silly-rename" trick.
During delete we set delete on close for the file, then close it but
presumably we could check first if the file is open by another local
process and if so try to rename it?

Ideas?

-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-24 19:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-24  3:22 xfstest 531 and unlink of open file Steve French
2019-06-24  3:44 ` ronnie sahlberg
2019-06-24 19:02   ` Jeremy Allison

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).