From df49194694a1a78c245e621ce62860976ca93c2d Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 4 Aug 2010 13:32:43 +0000 Subject: [PATCH] Patch from Joe Eykholt fixing minor issue with 2.6.35 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1933 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_mem.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scst/src/scst_mem.c b/scst/src/scst_mem.c index 0dee95ac8..272d5a206 100644 --- a/scst/src/scst_mem.c +++ b/scst/src/scst_mem.c @@ -328,7 +328,11 @@ out_unlock_put: goto out; } +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 35) static int sgv_shrink(int nr, gfp_t gfpm) +#else +static int sgv_shrink(struct shrinker *shrinker, int nr, gfp_t gfpm) +#endif { TRACE_ENTRY();