[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140708095038.GA31180@infradead.org>
Date: Tue, 8 Jul 2014 02:50:38 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Mikulas Patocka <mpatocka@...hat.com>
Cc: Jens Axboe <axboe@...nel.dk>, dm-devel@...hat.com,
linux-kernel@...r.kernel.org
Subject: Re: [dm-devel] [PATCH] blk-lib: fix error reporting
> + if (unlikely(err))
> + ACCESS_ONCE(bb->error) = err;
I can't see a reason for the ACCESS_ONCE here.
Also the likely/unlikely annotations here smell like premature
optimization.
Otherwise looks good to me.
--
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