linprocfs has been MFC'd however it refers to textvp_fullpath() which doesn't exist in 4-STABLE causing the module not to load. Looking at CVS textvp_fullpath() was moved out of procfs in CURRENT. How-To-Repeat: Build module and attempt to mount linprocfs.
Responsible Changed From-To: freebsd-bugs->des des takes care of linprocfs.
I've MFCed linprocfs, but not activated it in the build precisely because there are still issues with it and I have trouble getting access to a 4.0 box for testing. textvp_fullpath() was recently added to 5.0 to avoid having procfs and linprocfs fondle the private parts of textvps; it should probably be MFCed as well. DES -- Dag-Erling Smorgrav - des@yes.no
State Changed From-To: open->closed textvp_fullpath() has been MFCed.
A commit references this bug: Author: rodrigc Date: Sat May 23 09:49:00 UTC 2015 New revision: 283312 URL: https://svnweb.freebsd.org/changeset/base/283312 Log: Merge: 278618 278633 278636 278653 278742 278776 279121 Multiple fixes for pgrep and pkill tests. PR: 19109 Changes: _U stable/10/ stable/10/bin/pkill/tests/pgrep-j_test.sh stable/10/bin/pkill/tests/pkill-j_test.sh