[Devel] [PATCH RHEL7 COMMIT] fs/fuse kio_pcs: increment PCS_FAST_PATH_VERSION to 1.1

Konstantin Khorenko khorenko at virtuozzo.com
Thu Jun 28 18:02:08 MSK 2018


The commit is pushed to "branch-rh7-3.10.0-862.3.2.vz7.61.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-862.3.2.vz7.61.6
------>
commit 8ba57f64bdda50c7c048fb3b23090ab892e9bfd4
Author: Pavel Butsykin <pbutsykin at virtuozzo.com>
Date:   Thu Jun 28 18:02:08 2018 +0300

    fs/fuse kio_pcs: increment PCS_FAST_PATH_VERSION to 1.1
    
    After support for unix socket was added, the mismatched components can lead
    to hanging. Increment PCS_FAST_PATH_VERSION to avoid such issues.
    
    Signed-off-by: Pavel Butsykin <pbutsykin at virtuozzo.com>
---
 fs/fuse/kio/pcs/pcs_ioctl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fuse/kio/pcs/pcs_ioctl.h b/fs/fuse/kio/pcs/pcs_ioctl.h
index 14d4fc33fdf1..b36bc653b210 100644
--- a/fs/fuse/kio/pcs/pcs_ioctl.h
+++ b/fs/fuse/kio/pcs/pcs_ioctl.h
@@ -10,7 +10,7 @@
 #include "pcs_map.h"
 #include "pcs_rpc.h"
 
-#define PCS_FAST_PATH_VERSION ((PCS_FAST_PATH_VERSION_T){1, 0})
+#define PCS_FAST_PATH_VERSION ((PCS_FAST_PATH_VERSION_T){1, 1})
 
 #define PCS_FUSE_INO_SPECIAL_ ((unsigned long long)-0x1000)
 


More information about the Devel mailing list