[PATCH -mm 1/5] fault-inject: automatically detect the number base for fail-nth write interface

2017-04-06 Thread Akinobu Mita
Automatically detect the number base to use when writing to fail-nth file instead of always parsing as a decimal number. Cc: Dmitry Vyukov Signed-off-by: Akinobu Mita --- fs/proc/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH -mm 1/5] fault-inject: automatically detect the number base for fail-nth write interface

2017-04-06 Thread Akinobu Mita
Automatically detect the number base to use when writing to fail-nth file instead of always parsing as a decimal number. Cc: Dmitry Vyukov Signed-off-by: Akinobu Mita --- fs/proc/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/base.c b/fs/proc/base.c index