diff options
Diffstat (limited to 'fs/fat')
-rw-r--r-- | fs/fat/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/dir.c b/fs/fat/dir.c index 3e50a4166283..69c439f44387 100644 --- a/fs/fat/dir.c +++ b/fs/fat/dir.c | |||
@@ -648,7 +648,7 @@ static int fat_readdir(struct file *filp, void *dirent, filldir_t filldir) | |||
648 | } | 648 | } |
649 | 649 | ||
650 | static int fat_ioctl_filldir(void *__buf, const char *name, int name_len, | 650 | static int fat_ioctl_filldir(void *__buf, const char *name, int name_len, |
651 | loff_t offset, ino_t ino, unsigned int d_type) | 651 | loff_t offset, u64 ino, unsigned int d_type) |
652 | { | 652 | { |
653 | struct fat_ioctl_filldir_callback *buf = __buf; | 653 | struct fat_ioctl_filldir_callback *buf = __buf; |
654 | struct dirent __user *d1 = buf->dirent; | 654 | struct dirent __user *d1 = buf->dirent; |