|
@@ -894,8 +894,6 @@ static inline int file_check_writeable(struct file *filp)
|
|
typedef struct files_struct *fl_owner_t;
|
|
typedef struct files_struct *fl_owner_t;
|
|
|
|
|
|
struct file_lock_operations {
|
|
struct file_lock_operations {
|
|
- void (*fl_insert)(struct file_lock *); /* lock insertion callback */
|
|
|
|
- void (*fl_remove)(struct file_lock *); /* lock removal callback */
|
|
|
|
void (*fl_copy_lock)(struct file_lock *, struct file_lock *);
|
|
void (*fl_copy_lock)(struct file_lock *, struct file_lock *);
|
|
void (*fl_release_private)(struct file_lock *);
|
|
void (*fl_release_private)(struct file_lock *);
|
|
};
|
|
};
|