lkml.org 
[lkml]   [2005]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Am I thinking correctly?
On 11/7/05, ext3crypt@comcast.net <ext3crypt@comcast.net> wrote:
>
> Kernel Version: 2.6.13
>
> The API will be used, but I am using a simple xor to test with.
>
> The data is getting written to disk, but NOT the buffer I'm sending to submit_bh(). It is writing the buffers from the page I copied???
>
> No messages. I just do the following:
>
> mount the filesystem
> cd to it's root
> cp foo foo2
> sync
> (at this point everything looks fine)
>
> cd ..
> umount the filesystem
> mount the filesystem
> cd to it's root
> cat foo2 (which is now the wrong data)
>

Have you tried your code by writing the data with-out performing any
operation on data (like xor) ? This will tell you whether your
__block_write_full_page is working fine or not because you will get
exactly the same data as of the original file !

And are you also taking care of write operation other than
address_space_operations->writepages ? Because there is also
file_operations->write which ext3 is assgining do_sync_write
(http://sosdg.org/~coywolf/lxr/source/fs/ext3/file.c#L111), so are you
handling this too ?

> I'll attach the code tonight when I have access to it.
>

That will be much better !

And Please Don't do Top-Posting !

--
Fawad Lateef
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-11-08 04:26    [W:0.027 / U:0.344 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site