X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fjbd2%2Ftransaction.c;h=7946ff43fc40b5d91290efe2d5401e3aa3bf0d07;hb=c4f68a130fc1795e4a75ec5bdaf9e85d86c22419;hp=c051a94c8a979106a326cd3e3fb931095dc8305f;hpb=d5b9b787b5e1618dfe82a2c2a6972374e85b02db;p=linux-2.6 diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c index c051a94c8a..7946ff43fc 100644 --- a/fs/jbd2/transaction.c +++ b/fs/jbd2/transaction.c @@ -1,5 +1,5 @@ /* - * linux/fs/transaction.c + * linux/fs/jbd2/transaction.c * * Written by Stephen C. Tweedie , 1998 * @@ -23,10 +23,11 @@ #include #include #include -#include #include #include +static void __jbd2_journal_temp_unlink_buffer(struct journal_head *jh); + /* * jbd2_get_transaction: obtain a new transaction_t object. *