Re: [PATCH] bcache: register_quiet should still report errors

2013-08-26 Thread Gabriel de Perthuis
> register_quiet should still report all errors except > "device already registered". > > Before this some potential errors would be silenced. This can replace my other patch in this thread. Switching /lib/udev/bcache-register to register_quiet without this kernel patch will suppress the aforement

[PATCH] bcache: register_quiet should still report errors

2013-08-26 Thread Gabriel de Perthuis
register_quiet should still report all errors except "device already registered". Before this some potential errors would be silenced. Signed-off-by: Gabriel de Perthuis --- drivers/md/bcache/super.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/md/bcach