aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 090f0eacde29..73ce69f728e1 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1059,7 +1059,6 @@ struct lock_manager_operations {
1059 int (*fl_grant)(struct file_lock *, struct file_lock *, int); 1059 int (*fl_grant)(struct file_lock *, struct file_lock *, int);
1060 void (*fl_release_private)(struct file_lock *); 1060 void (*fl_release_private)(struct file_lock *);
1061 void (*fl_break)(struct file_lock *); 1061 void (*fl_break)(struct file_lock *);
1062 int (*fl_mylease)(struct file_lock *, struct file_lock *);
1063 int (*fl_change)(struct file_lock **, int); 1062 int (*fl_change)(struct file_lock **, int);
1064}; 1063};
1065 1064