From: "Artem B. Bityutskiy" <dedekind@yandex.ru>
To: Edgar Grimberg <edgar.grimberg@rms.ro>
Cc: linux-mtd@lists.infradead.org
Subject: Re: "Skipping dirent" message
Date: Tue, 08 Nov 2005 17:38:27 +0300 [thread overview]
Message-ID: <4370B863.9030103@yandex.ru> (raw)
In-Reply-To: <4370A357.5060805@rms.ro>
Edgar Grimberg wrote:
> Hi,
>
> I have eCos and JFFS, and I get the following message from JFFS debug
> output:
>
> <7>Skipping dirent: "2007-01-08 08-27", ino #10, type 8, because curofs
> 2 < offset 3
Don't enable debug output if you don't want to see this message :-)
> I am not sure what it means, but the fact is that I have the "2007-01-08
> 08-27" directory and I want to opendir and readdir it.
The message just says that the the direntry was skipped because
jffs2_readdir() was called with f_pos = 3, probably someone explicitly
wanted to read directory from offset = 3 (for example by means of
calling seek(fd, 3 SEEK_SET) to the parent directory). Try to sett the
position to zero.
--
Best Regards,
Artem B. Bityutskiy,
St.-Petersburg, Russia.
next prev parent reply other threads:[~2005-11-08 14:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-08 13:08 "Skipping dirent" message Edgar Grimberg
2005-11-08 14:38 ` Artem B. Bityutskiy [this message]
2005-11-08 15:28 ` Edgar Grimberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4370B863.9030103@yandex.ru \
--to=dedekind@yandex.ru \
--cc=edgar.grimberg@rms.ro \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.