diff options
-rw-r--r-- | fs/jbd/transaction.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/jbd/transaction.c b/fs/jbd/transaction.c index b51fbd4b2913..e6a117431277 100644 --- a/fs/jbd/transaction.c +++ b/fs/jbd/transaction.c | |||
@@ -754,7 +754,6 @@ out: | |||
754 | * int journal_get_write_access() - notify intent to modify a buffer for metadata (not data) update. | 754 | * int journal_get_write_access() - notify intent to modify a buffer for metadata (not data) update. |
755 | * @handle: transaction to add buffer modifications to | 755 | * @handle: transaction to add buffer modifications to |
756 | * @bh: bh to be used for metadata writes | 756 | * @bh: bh to be used for metadata writes |
757 | * @credits: variable that will receive credits for the buffer | ||
758 | * | 757 | * |
759 | * Returns an error code or 0 on success. | 758 | * Returns an error code or 0 on success. |
760 | * | 759 | * |