| Submitter | Tao Ma |
|---|---|
| Date | June 7, 2011, 3:12 p.m. |
| Message ID | <1307459528-12266-1-git-send-email-tm@tao.ma> |
| Download | mbox | patch |
| Permalink | /patch/99261/ |
| State | Accepted |
| Headers | show |
Comments
On Tue, Jun 07, 2011 at 11:12:08PM +0800, Tao Ma wrote: > From: Tao Ma <boyu.mt@taobao.com> > > credits isn't a parameter for jbd2_journal_get_write_access and > jbd2_journal_get_undo_access. So remove the corresponding comments. > > Acked-by: Jan Kara <jack@suse.cz> > Cc: Randy Dunlap <rdunlap@xenotime.net> > Cc: "Theodore Ts'o" <tytso@mit.edu> > Signed-off-by: Tao Ma <boyu.mt@taobao.com> Added to the ext4 tree. Thanks for the resend/reminder. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index 3eec82d..547b101 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c @@ -814,7 +814,6 @@ out: * int jbd2_journal_get_write_access() - notify intent to modify a buffer for metadata (not data) update. * @handle: transaction to add buffer modifications to * @bh: bh to be used for metadata writes - * @credits: variable that will receive credits for the buffer * * Returns an error code or 0 on success. * @@ -932,7 +931,6 @@ out: * 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