diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-02-18 08:29:25 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-02-18 08:29:25 +0000 |
| commit | b15a13af6b431fcac0b59f643336612aa2fa63a2 (patch) | |
| tree | bb3ea430b112fd97d99a2dfb39c5ef6966d23e76 /sys/compat/linuxkpi/common/include/linux/fs.h | |
| parent | 0424e413e7a57c844ae84b90e433418eb5203508 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/fs.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/fs.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/fs.h b/sys/compat/linuxkpi/common/include/linux/fs.h index 04fc78df4913..66aae53acc41 100644 --- a/sys/compat/linuxkpi/common/include/linux/fs.h +++ b/sys/compat/linuxkpi/common/include/linux/fs.h @@ -42,6 +42,7 @@ #include <linux/wait.h> #include <linux/semaphore.h> #include <linux/spinlock.h> +#include <linux/dcache.h> struct module; struct kiocb; @@ -65,11 +66,6 @@ struct pfs_node; typedef struct files_struct *fl_owner_t; -struct dentry { - struct inode *d_inode; - struct pfs_node *d_pfs_node; -}; - struct file_operations; struct linux_file_wait_queue { |
