LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* jbd/2: eliminate code duplication and gracefully handle cache initialisation failure
@ 2008-03-08 18:37 Duane Griffin
  2008-03-08 18:37 ` [PATCH] jbd: eliminate duplicated code in revocation table init/destroy functions Duane Griffin
  2008-03-10 19:46 ` jbd/2: eliminate code duplication and gracefully handle cache initialisation failure Andrew Morton
  0 siblings, 2 replies; 9+ messages in thread
From: Duane Griffin @ 2008-03-08 18:37 UTC (permalink / raw)
  To: linux-ext4
  Cc: linux-kernel, Christoph Hellwig, Theodore Tso, sct, akpm,
	adilger, Duane Griffin

 fs/jbd/journal.c  |  149 +++++++++++++++++++++++-------------------------
 fs/jbd/revoke.c   |  164 +++++++++++++++++++++++------------------------------
 fs/jbd2/journal.c |  154 ++++++++++++++++++++++++-------------------------
 fs/jbd2/revoke.c  |  164 +++++++++++++++++++++++------------------------------
 4 files changed, 291 insertions(+), 340 deletions(-)

This is version 2 of the jdb/2 patches to eliminate code duplication and
gracefully handle cace initialisation failure.

Changes since V1:
 * Check whether caches are initialised in journal_init_common. If not then
   attempt to initialise them once before failing.
 * Addressed all Andreas Dilger's comments.
 * Modified the initialisation/destruction methods to match Christoph Hellwig's
   suggestions.
 * Rolled the if/assertion and debugfs changes into the main patch.

Andrew, please drop the earlier versions of these patches and replace them with
these ones, thanks.

Cheers,
Duane.

-- 
"I never could learn to drink that blood and call it wine" - Bob Dylan

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-03-12  2:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-08 18:37 jbd/2: eliminate code duplication and gracefully handle cache initialisation failure Duane Griffin
2008-03-08 18:37 ` [PATCH] jbd: eliminate duplicated code in revocation table init/destroy functions Duane Griffin
2008-03-08 18:37   ` [PATCH] jbd2: " Duane Griffin
2008-03-08 18:37     ` [PATCH] jbd: tidy up revoke cache initialisation and destruction Duane Griffin
2008-03-08 18:37       ` [PATCH] jbd2: " Duane Griffin
2008-03-08 18:37         ` [PATCH] jbd: handle cache initialisation failure gracefully when statically compiled in Duane Griffin
2008-03-08 18:37           ` [PATCH] jbd2: " Duane Griffin
2008-03-10 19:46 ` jbd/2: eliminate code duplication and gracefully handle cache initialisation failure Andrew Morton
2008-03-12  2:46   ` Duane Griffin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).