aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index d7eed5b98ae2..4ba5c8715523 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1162,7 +1162,6 @@ struct lock_manager_operations {
1162 int (*lm_compare_owner)(struct file_lock *, struct file_lock *); 1162 int (*lm_compare_owner)(struct file_lock *, struct file_lock *);
1163 void (*lm_notify)(struct file_lock *); /* unblock callback */ 1163 void (*lm_notify)(struct file_lock *); /* unblock callback */
1164 int (*lm_grant)(struct file_lock *, struct file_lock *, int); 1164 int (*lm_grant)(struct file_lock *, struct file_lock *, int);
1165 void (*lm_release_private)(struct file_lock *);
1166 void (*lm_break)(struct file_lock *); 1165 void (*lm_break)(struct file_lock *);
1167 int (*lm_change)(struct file_lock **, int); 1166 int (*lm_change)(struct file_lock **, int);
1168}; 1167};