From 75dd55364faf125f00625e66339db0b186a24063 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 29 Oct 2008 14:01:10 -0700 Subject: [PATCH] --- yaml --- r: 118042 b: refs/heads/master c: e74481e23283fb080d4591c258de20785cc3b6c3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/jbd/transaction.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 805d9a81bbc5..00aa8d305045 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e99c97ade53fb6f5e665f2960eb86c624a532d7b +refs/heads/master: e74481e23283fb080d4591c258de20785cc3b6c3 diff --git a/trunk/fs/jbd/transaction.c b/trunk/fs/jbd/transaction.c index d15cd6e7251e..60d4c32c8808 100644 --- a/trunk/fs/jbd/transaction.c +++ b/trunk/fs/jbd/transaction.c @@ -860,7 +860,6 @@ int journal_get_create_access(handle_t *handle, struct buffer_head *bh) * int journal_get_undo_access() - Notify intent to modify metadata with non-rewindable consequences * @handle: transaction * @bh: buffer to undo - * @credits: store the number of taken credits here (if not NULL) * * Sometimes there is a need to distinguish between metadata which has * been committed to disk and that which has not. The ext3fs code uses