Bug 19109 - linprocfs in 4-STABLE refers to non-existing textvp_fullpath()
Summary: linprocfs in 4-STABLE refers to non-existing textvp_fullpath()
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-07 23:20 UTC by Andy Newman
Modified: 2015-05-23 09:49 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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