Re: mmc_test mmc0:0001: Can't create file. Perhaps debugfs is disabled

2011-01-04 Thread Chris Ball
Hi Viresh, On Wed, Jan 05, 2011 at 09:07:07AM +0530, viresh kumar wrote: > Actually i am bit new to LKML and i don't know if i should send the patch > again > with signed-off or simply send a signed-off: in a similar way as we send > Acked-by:. Please tell me if i need to resend patch. No need t

Re: mmc_test mmc0:0001: Can't create file. Perhaps debugfs is disabled

2011-01-04 Thread viresh kumar
On 01/04/2011 11:31 PM, Chris Ball wrote: > Thanks, I've reproduced this now. It's a bug. The reason I hadn't seen > it before is that my workflow is always to insert a card, then rmmod > mmc_block && modprobe mmc_test -- this works because the debugfs dir is > created late on the initial inserti

Re: mmc_test mmc0:0001: Can't create file. Perhaps debugfs is disabled

2011-01-04 Thread Chris Ball
Hi Viresh, On Wed, Dec 22, 2010 at 05:29:47PM +0530, viresh kumar wrote: > I am using mmc_test.c driver present in drivers/mmc/test.c > > Whenever i insert my card after booting linux i get this error: > "mmc_test mmc0:0001: Can't create file. Perhaps debugfs is disabled&

mmc_test mmc0:0001: Can't create file. Perhaps debugfs is disabled

2010-12-22 Thread viresh kumar
Hello, I am using mmc_test.c driver present in drivers/mmc/test.c Whenever i insert my card after booting linux i get this error: "mmc_test mmc0:0001: Can't create file. Perhaps debugfs is disabled" I debugged a bit and found something strange. In file drivers/mmc/core/bus.c fo