On 01/11/2022 15:28, Juergen Gross wrote: > XEN_LIB_STORED is serving no real purpose, as it is a mount point for > a tmpfs, so it can be replaced easily by XEN_RUN_STORED. > > XENSTORED_ROOTDIR is basically unused already, there is just a single > reference in xs_daemon_rootdir() with a fallback to XEN_LIB_STORED, > and a .gdbinit file setting it. > > Remove the .gdbinit file, as it is not known having been used since > ages, and make xs_daemon_rootdir() an alias of xs_daemon_rundir(). > > Signed-off-by: Juergen Gross <jgr...@suse.com>
Do I get a Requested/Reported-by? Acked-by: Andrew Cooper <andrew.coop...@citrix.com> CC Henry. This removes an unneeded mount from dom0 (and associated init infrastructure), and as such will be a blanket improvement (if marginal) for 4.17. I'd like to to be entered for consideration at this point. ~Andrew