Source-Changes archive

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

Re: CVS commit: src/sys/kern



>> why this change?
>>
>>   -struct vm_map *buf_map;
>>   +static struct vm_map *buf_map;
>
>Ah, forgot that in the commit message.  Nothing outside of vfs_bio.c 
>references buf_map.  So there is no reason to export it.

well...

>> i'd prefer if this particular change was reverted..
>
>Why?  Debuggers (including DDB) can still find the symbol.

that may be, but kvm_nlist() doesn't find it, so pmap(1) reports it as
a "(submap)" instead of actually telling you it's the "buf_map".

-- 
|-----< "CODE WARRIOR" >-----|
codewarrior%daemon.org@localhost             * "ah!  i see you have the internet
twofsonet%graffiti.com@localhost (Andrew Brown)                that goes 
*ping*!"
werdna%squooshy.com@localhost       * "information is power -- share the 
wealth."



Home | Main Index | Thread Index | Old Index