Keep the definition around since it's used by userspace.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 46393 Build 43282: arc lint + arc unit
Event Timeline
Comment Actions
Question to consider: What are the implications of userspace using it? Hopefully it's just dead code that never gets executed because KVME_TYPE_DEFAULT is never returned to userspace now...
sys/sys/user.h | ||
---|---|---|
490 | May be '/* no longer returned */' ? |
Comment Actions
Yeah, I expect it'll just be dead code. For instance, procstat -v simply won't print "df" anymore. At some point those references should be cleaned up too.
sys/sys/user.h | ||
---|---|---|
490 | Seconded. |