search for: e6d5620

Displaying 2 results from an estimated 2 matches for "e6d5620".

Did you mean: e5620
2016 Aug 02
0
[PATCH 0991/1285] Replace numeric parameter like 0444 with macro
...c parameter with the macro. Signed-off-by: Chuansheng Liu <chuansheng.liu at intel.com> Signed-off-by: Baole Ni <baolex.ni at intel.com> --- drivers/vhost/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index f744eeb..e6d5620 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -31,7 +31,7 @@ #include "vhost.h" static int experimental_zcopytx = 1; -module_param(experimental_zcopytx, int, 0444); +module_param(experimental_zcopytx, int, S_IRUSR | S_IRGRP | S_IROTH); MODULE_PARM_DESC(experimental_zc...
2016 Aug 02
0
[PATCH 0991/1285] Replace numeric parameter like 0444 with macro
...c parameter with the macro. Signed-off-by: Chuansheng Liu <chuansheng.liu at intel.com> Signed-off-by: Baole Ni <baolex.ni at intel.com> --- drivers/vhost/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c index f744eeb..e6d5620 100644 --- a/drivers/vhost/net.c +++ b/drivers/vhost/net.c @@ -31,7 +31,7 @@ #include "vhost.h" static int experimental_zcopytx = 1; -module_param(experimental_zcopytx, int, 0444); +module_param(experimental_zcopytx, int, S_IRUSR | S_IRGRP | S_IROTH); MODULE_PARM_DESC(experimental_zc...