Bug 19109

Summary: linprocfs in 4-STABLE refers to non-existing textvp_fullpath()
Product: Base System Reporter: Andy Newman <atrn>
Component: kernAssignee: Dag-Erling Smørgrav <des>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Andy Newman 2000-06-07 23:20:01 UTC
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.
Comment 1 nrahlstr freebsd_committer freebsd_triage 2000-06-08 01:11:25 UTC
Responsible Changed
From-To: freebsd-bugs->des

des takes care of linprocfs.
Comment 2 des 2000-06-13 13:09:54 UTC
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
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2000-06-27 11:39:37 UTC
State Changed
From-To: open->closed

textvp_fullpath() has been MFCed.
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-05-23 09:49:43 UTC
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