diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index e11d60cc867b..2daccaf4b547 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -833,7 +833,7 @@ static inline struct file *get_file(struct file *f) | |||
833 | * | 833 | * |
834 | * Lockd stuffs a "host" pointer into this. | 834 | * Lockd stuffs a "host" pointer into this. |
835 | */ | 835 | */ |
836 | typedef struct files_struct *fl_owner_t; | 836 | typedef void *fl_owner_t; |
837 | 837 | ||
838 | struct file_lock_operations { | 838 | struct file_lock_operations { |
839 | void (*fl_copy_lock)(struct file_lock *, struct file_lock *); | 839 | void (*fl_copy_lock)(struct file_lock *, struct file_lock *); |