aboutsummaryrefslogtreecommitdiffstats
path: root/include/os/linux/spl/sys/shrinker.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/os/linux/spl/sys/shrinker.h')
-rw-r--r--include/os/linux/spl/sys/shrinker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/os/linux/spl/sys/shrinker.h b/include/os/linux/spl/sys/shrinker.h
index e608cd30c..e519a527c 100644
--- a/include/os/linux/spl/sys/shrinker.h
+++ b/include/os/linux/spl/sys/shrinker.h
@@ -97,7 +97,7 @@ static struct shrinker varname = { \
static struct shrinker varname = { \
.count_objects = countfunc, \
.scan_objects = scanfunc, \
- .seeks = seek_cost \
+ .seeks = seek_cost \
}
#else