From 006d3969bad1f84c0133a36ed9a623b59bd01c0e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 3 Apr 2022 09:34:37 -0700 Subject: rename basic propapp accessors Signed-off-by: Sean Whitton --- src/property/disk.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/property/disk.lisp') diff --git a/src/property/disk.lisp b/src/property/disk.lisp index fd0df1b..52a9047 100644 --- a/src/property/disk.lisp +++ b/src/property/disk.lisp @@ -750,17 +750,17 @@ must not be modified." (define-function-property-combinator with-these-open-volumes* (volumes propapp &key (mount-below nil mount-below-supplied-p)) (:retprop - :type (propapptype propapp) + :type (propapp-type propapp) :hostattrs (lambda-ignoring-args (require-volumes-data volumes) - (propappattrs propapp)) + (propapp-attrs propapp)) :apply (lambda-ignoring-args (with-connattrs (:opened-volumes (apply #'open-volumes-and-contents `(,volumes ,@(and mount-below-supplied-p `(:mount-below ,mount-below))))) - (unwind-protect (propappapply propapp) + (unwind-protect (apply-propapp propapp) (mrun "sync") (mapc #'close-volume (get-connattr :opened-volumes))))) :args (cdr propapp))) -- cgit v1.2.3