Skip to content

Commit

Permalink
[PATCH] hppfs: readdir callback missed in prototype change
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 9, 2006
1 parent 38d6fd2 commit c8adf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/hppfs/hppfs_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c8adf94

Please sign in to comment.