[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1178639681.3042.334.camel@localhost.localdomain>
Date: Tue, 08 May 2007 17:54:41 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: Jan Engelhardt <jengelh@...ux01.gwdg.de>
Cc: Jörn Engel <joern@...ybastard.org>,
Andrew Morton <akpm@...l.org>, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org,
Dave Kleikamp <shaggy@...ux.vnet.ibm.com>,
David Chinner <dgc@....com>
Subject: Re: [PATCH 1/2] LogFS proper
On Tue, 2007-05-08 at 14:46 +0200, Jan Engelhardt wrote:
> >> +static int __logfs_readdir(struct file *file, void *buf, filldir_t filldir)
> >> +{
> >> + err = read_dir(dir, &dd, pos);
> >> + if (err == -EOF)
> >> + break;
> >
> > -EOF results in a return code 0 ?
>
> Results in a return code -256.
Really ? It breaks out of the loop and returns 0 !
> + }
> +
> + file->f_pos = pos + IMPLICIT_NODES;
> + return 0;
tglx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists