[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACyNnZP2SFovG9YeBNeifm4KqrCzi7FU97CWVUjST0YQiqt3pQ@mail.gmail.com>
Date: Fri, 23 Aug 2013 14:54:29 +0200
From: Felipe Monteiro de Carvalho <felipemonteiro.carvalho@...il.com>
To: Felipe Monteiro de Carvalho <felipemonteiro.carvalho@...il.com>,
"Theodore Ts'o" <tytso@....edu>, linux-ext4@...r.kernel.org
Subject: Re: Which features should I implement in my ext4 reader?
Hello,
I went forward trying to implement this myself, but I am having trouble.
Files up to 60 bytes work great, and large files too. But a file with
61 bytes does not.
Reading ignoring the inline results in zero on all bytes, which can't
be right, so I guess it is inlined.
After the first 60 bytes I try to get the extended attribute, but
i_file_acl_lo == FData.l_i_file_acl_high == 0
And I think that it cannot possibly have the extended attribute data
in block zero =/ (it contains DEADBEEF or something like that)
Any ideas where I got this wrong or any tips about how to figure out
in debugfs where the data is?
thanks,
--
Felipe Monteiro de Carvalho
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists