From b14e0100f5295abd950eef636fa16df181504401 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 10 Aug 2022 22:05:09 +0200 Subject: Do not cache the R/O proxy We cannot properly detect when to release the ro_proxy, so let's just not cache it. --- libdiskfs/node-drop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libdiskfs/node-drop.c') diff --git a/libdiskfs/node-drop.c b/libdiskfs/node-drop.c index aa00cf05..6a8ebd6d 100644 --- a/libdiskfs/node-drop.c +++ b/libdiskfs/node-drop.c @@ -41,6 +41,7 @@ diskfs_drop_node (struct node *np) if (np->dn_stat.st_nlink == 0) { diskfs_check_readonly (); + // Pb when remounted readonly :/ assert_backtrace (!diskfs_readonly); if (np->dn_stat.st_mode & S_IPTRANS) -- cgit v1.2.3