aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 94187721ad41..908af4f81680 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -869,7 +869,7 @@ struct lock_manager_operations {
869 int (*lm_compare_owner)(struct file_lock *, struct file_lock *); 869 int (*lm_compare_owner)(struct file_lock *, struct file_lock *);
870 unsigned long (*lm_owner_key)(struct file_lock *); 870 unsigned long (*lm_owner_key)(struct file_lock *);
871 void (*lm_notify)(struct file_lock *); /* unblock callback */ 871 void (*lm_notify)(struct file_lock *); /* unblock callback */
872 int (*lm_grant)(struct file_lock *, struct file_lock *, int); 872 int (*lm_grant)(struct file_lock *, int);
873 void (*lm_break)(struct file_lock *); 873 void (*lm_break)(struct file_lock *);
874 int (*lm_change)(struct file_lock **, int); 874 int (*lm_change)(struct file_lock **, int);
875}; 875};