OSDN Git Service

Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux
[android-x86/kernel.git] / include / linux / lockd / lockd.h
index e7a251a..a34dea4 100644 (file)
@@ -352,7 +352,7 @@ static inline int nlm_compare_locks(const struct file_lock *fl1,
             &&(fl1->fl_type  == fl2->fl_type || fl2->fl_type == F_UNLCK);
 }
 
-extern struct lock_manager_operations nlmsvc_lock_operations;
+extern const struct lock_manager_operations nlmsvc_lock_operations;
 
 #endif /* __KERNEL__ */