aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/jbd.h')
-rw-r--r--include/linux/jbd.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h
index b18fd3b9b835..07a9b52a2654 100644
--- a/include/linux/jbd.h
+++ b/include/linux/jbd.h
@@ -32,8 +32,6 @@
32#include <linux/timer.h> 32#include <linux/timer.h>
33#include <linux/lockdep.h> 33#include <linux/lockdep.h>
34 34
35#include <asm/semaphore.h>
36
37#define journal_oom_retry 1 35#define journal_oom_retry 1
38 36
39/* 37/*
@@ -348,8 +346,7 @@ static inline void jbd_unlock_bh_journal_head(struct buffer_head *bh)
348struct jbd_revoke_table_s; 346struct jbd_revoke_table_s;
349 347
350/** 348/**
351 * struct handle_s - The handle_s type is the concrete type associated with 349 * struct handle_s - this is the concrete type associated with handle_t.
352 * handle_t.
353 * @h_transaction: Which compound transaction is this update a part of? 350 * @h_transaction: Which compound transaction is this update a part of?
354 * @h_buffer_credits: Number of remaining buffers we are allowed to dirty. 351 * @h_buffer_credits: Number of remaining buffers we are allowed to dirty.
355 * @h_ref: Reference count on this handle 352 * @h_ref: Reference count on this handle
@@ -358,12 +355,7 @@ struct jbd_revoke_table_s;
358 * @h_jdata: flag to force data journaling 355 * @h_jdata: flag to force data journaling
359 * @h_aborted: flag indicating fatal error on handle 356 * @h_aborted: flag indicating fatal error on handle
360 * @h_lockdep_map: lockdep info for debugging lock problems 357 * @h_lockdep_map: lockdep info for debugging lock problems
361 **/
362
363/* Docbook can't yet cope with the bit fields, but will leave the documentation
364 * in so it can be fixed later.
365 */ 358 */
366
367struct handle_s 359struct handle_s
368{ 360{
369 /* Which compound transaction is this update a part of? */ 361 /* Which compound transaction is this update a part of? */
@@ -558,8 +550,7 @@ struct transaction_s
558}; 550};
559 551
560/** 552/**
561 * struct journal_s - The journal_s type is the concrete type associated with 553 * struct journal_s - this is the concrete type associated with journal_t.
562 * journal_t.
563 * @j_flags: General journaling state flags 554 * @j_flags: General journaling state flags
564 * @j_errno: Is there an outstanding uncleared error on the journal (from a 555 * @j_errno: Is there an outstanding uncleared error on the journal (from a
565 * prior abort)? 556 * prior abort)?