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 91c0b2a32a90..7b61e94bf8fc 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1049,7 +1049,7 @@ int generic_osync_inode(struct inode *, struct address_space *, int); | |||
1049 | * This allows the kernel to read directories into kernel space or | 1049 | * This allows the kernel to read directories into kernel space or |
1050 | * to have different dirent layouts depending on the binary type. | 1050 | * to have different dirent layouts depending on the binary type. |
1051 | */ | 1051 | */ |
1052 | typedef int (*filldir_t)(void *, const char *, int, loff_t, ino_t, unsigned); | 1052 | typedef int (*filldir_t)(void *, const char *, int, loff_t, u64, unsigned); |
1053 | 1053 | ||
1054 | struct block_device_operations { | 1054 | struct block_device_operations { |
1055 | int (*open) (struct inode *, struct file *); | 1055 | int (*open) (struct inode *, struct file *); |