[PATCH] format_proc_swaps: ensure space between fields for clarity

Brian Inglis Brian.Inglis@SystematicSw.ab.ca
Sat May 1 00:37:16 GMT 2021


On 2021-04-30 13:06, Corinna Vinschen wrote:
> On Apr 30 07:19, Brian Inglis wrote:
>> page/swap space name >= 40 or size/used >= 8 leaves no space between fields;
>> ensure a space after name and add extra tabs after size and used fields;
>> output appears like Linux 5.8 after changes to mm/swapfile(swap_show);
>>
>> proc-swaps-space-before.log:
>> ==> /proc/swaps <==
>> Filename				Type		Size	Used	Priority
>> /mnt/c/pagefile.sys                     file            11567748292920  0
>> /mnt/d/pagefile.sys                     file            12582912205960  0
>>
>> proc-swaps-space-after.log:
>> ==> /proc/swaps <==
>> Filename				Type		Size		Used		Priority
>> /mnt/c/pagefile.sys			file		11567748	241024		0
>> /mnt/d/pagefile.sys			file		12582912	182928		0
>> ---
>>   winsup/cygwin/fhandler_proc.cc | 15 ++++++++++++---
>>   1 file changed, 12 insertions(+), 3 deletions(-)
> 
> Pushed.

Cheers!
Don't know how those numbers got bumped - perhaps during Windows 20H2 update? 
Must have been original 8GB when updating proc(5) in docs, or I'd have noticed.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]


More information about the Cygwin-patches mailing list