X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fexportfs%2Fexpfs.c;h=e98f6cd7200cd65fd709bf7ba4339a3e4f977216;hb=7a13e932281e7042a592f4f14db0b348199e7aac;hp=4c39009350f3e59529363108800c003de2e2d2d0;hpb=1465887cfe79889273e3fd3aaf862e7ec3ee244f;p=powerpc.git diff --git a/fs/exportfs/expfs.c b/fs/exportfs/expfs.c index 4c39009350..e98f6cd720 100644 --- a/fs/exportfs/expfs.c +++ b/fs/exportfs/expfs.c @@ -2,7 +2,6 @@ #include #include #include -#include #include struct export_operations export_op_default; @@ -315,7 +314,7 @@ struct getdents_callback { * the name matching the specified inode number. */ static int filldir_one(void * __buf, const char * name, int len, - loff_t pos, ino_t ino, unsigned int d_type) + loff_t pos, u64 ino, unsigned int d_type) { struct getdents_callback *buf = __buf; int result = 0;