From 7a67c9e3fab93f6552106d5907ef6f07e57f277b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 24 Jun 2022 17:13:57 -0700 Subject: fix FSTAB:HAS-ENTRIES-FOR-OPENED-VOLUMES for FAT32 filesystems The property should never have been calling SUBVOLUMES-OF-TYPE because opening volumes does not ever update the VOLUME-CONTENTS slot to contain OPENED-VOLUME values. The structure of the OPENED-VOLUMES connattr is that of a flat list. Signed-off-by: Sean Whitton --- src/package.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp index c65b04b..241af89 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -645,6 +645,7 @@ #:linux-swap #:opened-volumes + #:opened-volume-parents #:with-opened-volumes #:has-volumes -- cgit v1.2.3