lkml.org 
[lkml]   [2003]   [Dec]   [10]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 10 Dec 2003 08:46:32 +0000
FromJoe Thornber <>
SubjectRe: [Patch 1/4] fs.h: b_journal_head
On Wed, Dec 10, 2003 at 10:46:55AM +1100, Nathan Scott wrote:
> Could you explain a bit more about when b_private should and
> shouldn't be used with this change?

Once the io goes through generic_make_request() you shouldn't look at
bh->b_private until the io has completed.  At which point it will have
been correctly set back to the value it had when submitted.

The problem with jbd wasn't the fact that it used it, but the fact
that it peeked while the io was in flight.

This is ugly I know, much cleaner in 2.6 where there is a split
between bh and bio.

- Joe
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:59    [from the cache]
©2003-2008