From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Yan Zheng" Subject: Why the third parameter of "ext4_ext_put_in_cache" is __u32? Date: Thu, 26 Jul 2007 22:54:41 +0800 Message-ID: <3d0408630707260754w71df514bh719a6e40cc6e2fdb@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Content-Disposition: inline Sender: linux-ext4-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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