2007-07-26 14:54:42

by Yan Zheng

[permalink] [raw]
Subject: Why the third parameter of "ext4_ext_put_in_cache" is __u32?

Hi all

The third parameter of "ext4_ext_put_in_cache" is used to receive
physical block number. I think the data type should be "ext4_fsblk_t".

Thanks in advance.

YZ


2007-07-26 14:58:01

by Yan Zheng

[permalink] [raw]
Subject: Re: Why the third parameter of "ext4_ext_put_in_cache" is __u32?

sorry, I mean the fourth parameter of "ext4_ext_put_in_cache.


2007/7/26, Yan Zheng <[email protected]>:
> Hi all
>
> The third parameter of "ext4_ext_put_in_cache" is used to receive
> physical block number. I think the data type should be "ext4_fsblk_t".
>
> Thanks in advance.
>
> YZ
>