Commit c8adf94a4806b4ae49a3057d434471a0b01096e3

Authored by Al Viro
Committed by Linus Torvalds
1 parent 38d6fd26ea

[PATCH] hppfs: readdir callback missed in prototype change

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

fs/hppfs/hppfs_kern.c
... ... @@ -572,7 +572,7 @@
572 572 };
573 573  
574 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 577 struct hppfs_dirent *dirent = d;
578 578