From e3434afb09b8da53262f52457cb42d97aa3c0ace Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 9 May 2014 23:25:13 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5514 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 2caf1baa5..66cb6d685 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -4757,7 +4757,7 @@ int scst_scsi_exec_async(struct scst_cmd *cmd, void *data, * See also patch "mm: add vzalloc() and vzalloc_node() helpers" (commit * e1ca7788dec6773b1a2bce51b7141948f2b8bccf). */ -static void *vzalloc(unsigned long size) +static inline void *vzalloc(unsigned long size) { return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM | __GFP_ZERO, PAGE_KERNEL);