Commit c8adf94a authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] hppfs: readdir callback missed in prototype change

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 38d6fd26
......@@ -572,7 +572,7 @@ struct hppfs_dirent {
};
static int hppfs_filldir(void *d, const char *name, int size,
loff_t offset, ino_t inode, unsigned int type)
loff_t offset, u64 inode, unsigned int type)
{
struct hppfs_dirent *dirent = d;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment