[EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to