Your message dated Sat, 27 Jul 2019 18:59:57 +0000
with message-id <[email protected]>
and subject line Bug#932936: Removed package(s) from unstable
has caused the Debian Bug report #692178,
regarding fusedav: [PATCH] filecache: clear modified flag after PUT sync
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
692178: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692178
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fusedav
Version: 0.2-3
Severity: wishlist
Tags: patch upstream
This prevents a redundant PUT for apps which call fsync()
before calling close().
>From fa8c3aca4178f7f6b8453dbfbcef34202b6ce96b Mon Sep 17 00:00:00 2001
From: Eric Wong <[email protected]>
Date: Thu, 25 Oct 2012 20:31:12 +0000
Subject: [PATCH 11/13] filecache: clear modified flag after PUT sync
This prevents a redundant PUT for apps which call fsync()
before calling close().
---
src/filecache.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/filecache.c b/src/filecache.c
index f9b4075..f291e15 100644
--- a/src/filecache.c
+++ b/src/filecache.c
@@ -398,6 +398,7 @@ int file_cache_sync_unlocked(struct file_info *fi) {
goto finish;
}
+ fi->modified = 0;
stat_cache_invalidate(fi->filename);
dir_cache_invalidate_parent(fi->filename);
--
1.8.0.3.gdd57fab.dirty
--- End Message ---
--- Begin Message ---
Version: 0.2-3.1+rm
Dear submitter,
as the package fusedav has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/932936
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---