* [PATCH RESEND] Documentation: Remove the obsolete parameters in 2 jbd2 functions.
[not found] <20110511145957.dff6c0ca.rdunlap@xenotime.net>
@ 2011-06-07 15:12 ` Tao Ma
2011-06-13 2:46 ` Ted Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Tao Ma @ 2011-06-07 15:12 UTC (permalink / raw)
To: linux-ext4; +Cc: Randy Dunlap, Theodore Ts'o
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>
---
fs/jbd2/transaction.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
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
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH RESEND] Documentation: Remove the obsolete parameters in 2 jbd2 functions.
2011-06-07 15:12 ` [PATCH RESEND] Documentation: Remove the obsolete parameters in 2 jbd2 functions Tao Ma
@ 2011-06-13 2:46 ` Ted Ts'o
0 siblings, 0 replies; 2+ messages in thread
From: Ted Ts'o @ 2011-06-13 2:46 UTC (permalink / raw)
To: Tao Ma; +Cc: linux-ext4, Randy Dunlap
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-13 2:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20110511145957.dff6c0ca.rdunlap@xenotime.net>
2011-06-07 15:12 ` [PATCH RESEND] Documentation: Remove the obsolete parameters in 2 jbd2 functions Tao Ma
2011-06-13 2:46 ` Ted Ts'o
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).