X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Ffat%2Fdir.c;h=698b85bb1dd45855a709635eb6239a4c9bbef0d6;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=9e6eae90382e3d57fe203427bce2323b37437825;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/fat/dir.c b/fs/fat/dir.c index 9e6eae903..698b85bb1 100644 --- a/fs/fat/dir.c +++ b/fs/fat/dir.c @@ -647,7 +647,7 @@ static int fat_readdir(struct file *filp, void *dirent, filldir_t filldir) } static int fat_ioctl_filldir(void *__buf, const char *name, int name_len, - loff_t offset, u64 ino, unsigned int d_type) + loff_t offset, ino_t ino, unsigned int d_type) { struct fat_ioctl_filldir_callback *buf = __buf; struct dirent __user *d1 = buf->dirent;