Re: [PATCH 4/6 v3] staging: unisys: remove partition information from proc

2014-07-24 Thread Ben Romer
Greg KH wrote: > > Really > Obviously not, I'm sorry. :( ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH 4/6 v3] staging: unisys: remove partition information from proc

2014-07-24 Thread Greg KH
On Thu, Jul 24, 2014 at 02:08:45PM -0400, Benjamin Romer wrote: > Debugging information for the guest's channels was being exposed in proc. > Remove the code that creates these entries, which are no longer needed. > > Signed-off-by: Benjamin Romer > --- > v3: patch location changed due to prior p

[PATCH 4/6 v3] staging: unisys: remove partition information from proc

2014-07-24 Thread Benjamin Romer
Debugging information for the guest's channels was being exposed in proc. Remove the code that creates these entries, which are no longer needed. Signed-off-by: Benjamin Romer --- v3: patch location changed due to prior patches being revised. v2: patch location changed due to prior patches being