Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/miscfs/procfs



Module Name:    src
Committed By:   pooka
Date:           Sun Feb 18 01:55:27 UTC 2007

Modified Files:
        src/sys/miscfs/procfs: procfs_vnops.c

Log Message:
Don't check for validity of p in lookup for root nodes, since it
will always be NULL.  Rather, just call pt_valid with NULL directly
and let it decide if we're a linux mount or not.


To generate a diff of this commit:
cvs rdiff -r1.149 -r1.150 src/sys/miscfs/procfs/procfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index