[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.61.0612281721170.23545@yvahk01.tjqt.qr>
Date: Thu, 28 Dec 2006 17:22:07 +0100 (MET)
From: Jan Engelhardt <jengelh@...ux01.gwdg.de>
To: Christoph Hellwig <hch@...radead.org>
cc: Suparna Bhattacharya <suparna@...ibm.com>, linux-aio@...ck.org,
akpm@...l.org, drepper@...hat.com, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org, jakub@...hat.com, mingo@...e.hu
Subject: Re: [FSAIO][PATCH 7/8] Filesystem AIO read
On Dec 28 2006 11:57, Christoph Hellwig wrote:
>
>> +
>> + if ((error = __lock_page(page, current->io_wait))) {
>> + goto readpage_error;
>> + }
>
>This should be
>
> error = __lock_page(page, current->io_wait);
> if (error)
> goto readpage_error;
That's effectively the same. Essentially a style thing, and I see if((err =
xyz)) not being uncommon in the kernel tree.
-`J'
--
-
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