Message ID | 1291312723.5075.25.camel@KPMH461.ibm.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Trond Myklebust |
Headers | show |
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index 314f571..7fe18a0 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c @@ -89,7 +89,11 @@ int nfs_wait_bit_killable(void *word) */ u64 nfs_compat_user_ino64(u64 fileid) { - int ino; +#ifdef CONIFG_COMPAT + compat_ulong_t ino; +#else + unsigned long ino; +#endif if (enable_ino64) return fileid;