Files
seaweedfs/weed
Chris LuandGitHub 2e64c0fe2a fix(mount): skip metadata flush for unlinked-while-open files (#9027)
When a file is unlinked while still open (open-unlink-close pattern),
the synchronous doFlush path would recreate the entry on the filer
during close. Check fh.isDeleted before flushing metadata, matching
the async flush path which already had this check.
2026-04-10 16:37:36 -07:00
..
2026-04-09 19:00:06 -07:00