diff options
Diffstat (limited to 'fs/hppfs')
-rw-r--r-- | fs/hppfs/hppfs_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hppfs/hppfs_kern.c b/fs/hppfs/hppfs_kern.c index dcb6d2e988b8..642675fc394a 100644 --- a/fs/hppfs/hppfs_kern.c +++ b/fs/hppfs/hppfs_kern.c | |||
@@ -572,7 +572,7 @@ struct hppfs_dirent { | |||
572 | }; | 572 | }; |
573 | 573 | ||
574 | static int hppfs_filldir(void *d, const char *name, int size, | 574 | static int hppfs_filldir(void *d, const char *name, int size, |
575 | loff_t offset, ino_t inode, unsigned int type) | 575 | loff_t offset, u64 inode, unsigned int type) |
576 | { | 576 | { |
577 | struct hppfs_dirent *dirent = d; | 577 | struct hppfs_dirent *dirent = d; |
578 | 578 | ||