CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2013/04/17 10:22:26
Modified files: sys/nfs : nfs_vfsops.c nfsdiskless.h sys/uvm : uvm_swap.c Log message: Unbreak and cleanup diskless swap automount. Initial diff to replace unclear short variable name "nd" by "nfs_diskless" and to display the real nfs path to swap in pstat -s by deraadt@ Testing by me revealed diskless swap automount was broken since some time. Fix this by passing and using the correct vnode in nfs_diskless to swapmount(). Lots of input / help deraadt@, tweaks by deraadt@ OK deraadt@