diff options
Diffstat (limited to 'include/linux/lockd')
-rw-r--r-- | include/linux/lockd/lockd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index c325b187966b..ccf2e0dc077a 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h | |||
@@ -395,7 +395,7 @@ static inline int nlm_compare_locks(const struct file_lock *fl1, | |||
395 | &&(fl1->fl_type == fl2->fl_type || fl2->fl_type == F_UNLCK); | 395 | &&(fl1->fl_type == fl2->fl_type || fl2->fl_type == F_UNLCK); |
396 | } | 396 | } |
397 | 397 | ||
398 | extern struct lock_manager_operations nlmsvc_lock_operations; | 398 | extern const struct lock_manager_operations nlmsvc_lock_operations; |
399 | 399 | ||
400 | #endif /* __KERNEL__ */ | 400 | #endif /* __KERNEL__ */ |
401 | 401 | ||