diff --git a/include/linux/fs.h b/include/linux/fs.h index e11d60cc867bd9010edc8d2425cce03b228d968f..2daccaf4b547cc293a5315d7a112de1851959c89 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -833,7 +833,7 @@ static inline struct file *get_file(struct file *f) * * Lockd stuffs a "host" pointer into this. */ -typedef struct files_struct *fl_owner_t; +typedef void *fl_owner_t; struct file_lock_operations { void (*fl_copy_lock)(struct file_lock *, struct file_lock *);