Re: [PATCH 6/6] fs:sysfs pass NULL as second parameter for set_anon_super

2012-11-29 Thread Abhijit Pawar
On 11/29/2012 09:06 PM, Greg Kroah-Hartman wrote: > On Thu, Nov 29, 2012 at 12:05:45PM +0530, Abhijit Pawar wrote: >> set_anon_super does not use the second parameter in its implementation. >> So there is no need to pass on the second parameter. > > Why not just remove the second parameter from th

Re: [PATCH 6/6] fs:sysfs pass NULL as second parameter for set_anon_super

2012-11-29 Thread Greg Kroah-Hartman
On Thu, Nov 29, 2012 at 12:05:45PM +0530, Abhijit Pawar wrote: > set_anon_super does not use the second parameter in its implementation. > So there is no need to pass on the second parameter. Why not just remove the second parameter from the call then? thanks, greg k-h -- To unsubscribe from thi

[PATCH 6/6] fs:sysfs pass NULL as second parameter for set_anon_super

2012-11-28 Thread Abhijit Pawar
set_anon_super does not use the second parameter in its implementation. So there is no need to pass on the second parameter. Signed-off-by: Abhijit Pawar --- fs/sysfs/mount.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c index db940