From: Johannes Buchner some comments were still mentioning pdflush diff --git a/fs/reiser4/context.c b/fs/reiser4/context.c index eed3efa..f80ae13 100644 --- a/fs/reiser4/context.c +++ b/fs/reiser4/context.c @@ -147,7 +147,7 @@ static void reiser4_throttle_write_at(reiser4_context *context) * call balance_dirty_pages_ratelimited() to process formatted nodes * dirtied during this system call. Do that only if we are not in mount * and there were nodes dirtied in this context and we are not in - * writepage (to avoid deadlock) and not in pdflush + * writepage (to avoid deadlock) */ if (sbinfo != NULL && sbinfo->fake != NULL && context->nr_marked_dirty != 0 && diff --git a/fs/reiser4/txnmgr.c b/fs/reiser4/txnmgr.c index 74b49f2..844d19e 100644 --- a/fs/reiser4/txnmgr.c +++ b/fs/reiser4/txnmgr.c @@ -1360,7 +1360,7 @@ static int txn_try_to_fuse_small_atom(txn_mgr * tmgr, txn_atom * atom) code tries to flush current atom. flush_some_atom() is called as part of memory clearing process. It is - invoked from balance_dirty_pages(), pdflushd, and entd. + invoked from balance_dirty_pages() and entd. If we can flush no nodes, atom is committed, because this frees memory. @@ -1469,7 +1469,7 @@ flush_some_atom(jnode * start, long *nr_submitted, const struct writeback_contro * or atom is too old/large, * we force current atom to commit */ /* wait for commit completion but only if this - * wouldn't stall pdflushd and ent thread. */ + * wouldn't stall ent thread. */ if (!wbc->nonblocking && !ctx->entd) txnh->flags |= TXNH_WAIT_COMMIT; atom->flags |= ATOM_FORCE_COMMIT;