guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#44169] [PATCH 1/3] file-systems: Allow swap space lookup by UUID/la


From: Mathieu Othacehe
Subject: [bug#44169] [PATCH 1/3] file-systems: Allow swap space lookup by UUID/label.
Date: Fri, 23 Oct 2020 13:43:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hey Ludo,

Thanks for this patchset, nice addition!

> +;; Like 'PAGE_SIZE' in Linux, arch/x86/include/asm/page.h.
> +(define %page-size 4096)

Page size is not necessarily 4096, it can be larger, which will break
the magic detection. I guess we need to use the system current page size
for a portable detection.

Thanks,

Mathieu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]