Re: [patch 3/8] 64-bit i_version: afs fixes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



akpm@xxxxxxxxxxxxxxxxxxxx wrote:

> -	_leave(" = 0 { vn=%u u=%u } -> { ino=%lu v=%lu }",
> +	_leave(" = 0 { vn=%u u=%u } -> { ino=%lu v=%llu }",
>  	       fid.vnode,
>  	       fid.unique,
>  	       dentry->d_inode->i_ino,
> -	       dentry->d_inode->i_version);
> +	       (unsigned long long)dentry->d_inode->i_version);

Hmmm...  In AFS's case this is overkill...  The value contained in i_version
is going to be a 32-bit number because that's all the protocol supports.

David
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux