On 08/16/2016 03:02 PM, Bart Van Assche wrote: > Signed-off-by: Bart Van Assche <[email protected]> > --- > libmultipath/checkers/rbd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libmultipath/checkers/rbd.c b/libmultipath/checkers/rbd.c > index 6f1b53a..7f540ad 100644 > --- a/libmultipath/checkers/rbd.c > +++ b/libmultipath/checkers/rbd.c > @@ -355,7 +355,7 @@ static int sysfs_write_rbd_bus(const char *which, const > char *buf, > int fd; > int r; > > - /* we require newer kernels so single_major should alwayws be there */ > + /* we require newer kernels so single_major should always be there */ > snprintf(sysfs_path, sizeof(sysfs_path), > "/sys/bus/rbd/%s_single_major", which); > fd = open(sysfs_path, O_WRONLY); >
Thanks. Reviewed-by: Mike Christie <[email protected]> -- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
