|
@@ -21,7 +21,7 @@ static void afs_fl_release_private(struct file_lock *fl);
|
|
|
static struct workqueue_struct *afs_lock_manager;
|
|
|
static DEFINE_MUTEX(afs_lock_manager_mutex);
|
|
|
|
|
|
-static struct file_lock_operations afs_lock_ops = {
|
|
|
+static const struct file_lock_operations afs_lock_ops = {
|
|
|
.fl_copy_lock = afs_fl_copy_lock,
|
|
|
.fl_release_private = afs_fl_release_private,
|
|
|
};
|