aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-07 10:03:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-07 10:03:25 -0700
commitc687d10681cb4455e27dceec68aa5379305ec76c (patch)
tree01927e073ed4ec5bd5bb71d90fd2708ed2892fc6 /src/property/disk.lisp
parentf2f487abcb06afb9226ef7337754dbe2323a6c09 (diff)
downloadconsfigurator-c687d10681cb4455e27dceec68aa5379305ec76c.tar.gz
factor out LAMBDA-IGNORING-ARGS
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index c3db619..bcbe89f 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -751,13 +751,11 @@ must not be modified."
(volumes propapp &key (mount-below nil mount-below-supplied-p))
(:retprop
:type (propapptype propapp)
- :hostattrs (lambda (&rest ignore)
- (declare (ignore ignore))
+ :hostattrs (lambda-ignoring-args
(require-volumes-data volumes)
(propappattrs propapp))
:apply
- (lambda (&rest ignore)
- (declare (ignore ignore))
+ (lambda-ignoring-args
(with-connattrs (:opened-volumes
(apply #'open-volumes-and-contents
`(,volumes ,@(and mount-below-supplied-p