From 4d0c10c402aaef7a3c43683e40e33ce59ddcf1f5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Apr 2022 15:52:53 -0700 Subject: rename connattr :OPENED-VOLUMES -> DISK:OPENED-VOLUMES Signed-off-by: Sean Whitton --- src/connection/chroot.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection') diff --git a/src/connection/chroot.lisp b/src/connection/chroot.lisp index 45e7a6e..854043e 100644 --- a/src/connection/chroot.lisp +++ b/src/connection/chroot.lisp @@ -68,7 +68,7 @@ should be the mount point, without the chroot's root prefixed.") (apply #'chroot-mount connection mount:+linux-efivars-vfs+))))) (defmethod propagate-connattr - ((type (eql :opened-volumes)) connattr (connection chroot-connection)) + ((type (eql 'disk:opened-volumes)) connattr (connection chroot-connection)) (with-slots (into) connection (loop for volume in connattr when (and (subtypep (type-of volume) 'disk:filesystem) -- cgit v1.2.3