Nick Burrett wrote: > > ... > > Assertion failure in journal_start() at transaction.c:226: "handle->h_transaction->t_journal == journal" Oh hell. The quota code has gone and done a cross-fs nested transaction. Stephen, I'm half-inclined to paint this as a core kernel bug. We shouldn't be diving into write_dquot for a GFP_NOFS allocation. What do you think? -