[Ocfs2-tools-devel] [PATCH 6/6] Add read write support for unwritten extents.

tao.ma tao.ma at oracle.com
Mon Sep 24 18:19:49 PDT 2007


Joel Becker wrote:
> On Mon, Sep 24, 2007 at 05:21:15PM +0800, Tao Ma wrote:
>   
>> Modify ocfs2_file_write and ocfs2_file_read to be
>> compatible with unwritten extents.
>>     
>
>   
>> +		if (!p_blkno || extent_flags & OCFS2_EXT_UNWRITTEN) {
>>     
>
> 	Once again, accessors instead of naked bit tests would be cool.
> Mark says they could even go in the filesystem header.
>
> Joel
OK, I will add an accessor. thanks.



More information about the Ocfs2-tools-devel mailing list