The commit is pushed to "branch-rh7-3.10.0-862.14.4.vz7.72.x-ovz" and will 
appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-862.14.4.vz7.72.8
------>
commit e2839bfd19a0af3a1528abddaa0cfae2f0aebc6f
Author: Kirill Tkhai <ktk...@virtuozzo.com>
Date:   Tue Oct 16 15:27:27 2018 +0300

    fuse kio: Fix spelling in process_pcs_init_reply()
    
    Reported-by: Dmitry.Yaskolko <dmitry.yasko...@acronis.com>
    Signed-off-by: Kirill Tkhai <ktk...@virtuozzo.com>
---
 fs/fuse/kio/pcs/pcs_fuse_kdirect.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fuse/kio/pcs/pcs_fuse_kdirect.c 
b/fs/fuse/kio/pcs/pcs_fuse_kdirect.c
index 14bed318d139..6007768c6f00 100644
--- a/fs/fuse/kio/pcs/pcs_fuse_kdirect.c
+++ b/fs/fuse/kio/pcs/pcs_fuse_kdirect.c
@@ -73,7 +73,7 @@ static void process_pcs_init_reply(struct fuse_conn *fc, 
struct fuse_req *req)
        if ((req->out.h.error == -EPROTONOSUPPORT && !arg->result) ||
            info->version.major != PCS_FAST_PATH_VERSION.major ||
            info->version.minor != PCS_FAST_PATH_VERSION.minor) {
-               pr_err("kio_pcs: version missmatch: must be %u.%u. "
+               pr_err("kio_pcs: version mismatch: must be %u.%u. "
                       "Fallback to plain fuse\n",
                       PCS_FAST_PATH_VERSION.major,
                       PCS_FAST_PATH_VERSION.minor);

_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to