1. NAME

journal_forget - bforget for potentially-journaled buffers.

2. SYNOPSIS

int journal_forget(handle_t *  handle , struct buffer_head *  bh );

3. ARGUMENTS

handle
    transaction handle

bh
    bh to AqforgetAq

4. DESCRIPTION

We can only do the bforget if there are no commits pending against the buffer. If the buffer is dirty in the current running transaction we can safely unlink it.

bh may not be a journalled buffer at all - it may be a non-JBD buffer which came off the hashtable. Check for this.

Decrements bh->b_count by one.

Allow this call even if the handle has aborted --- it may be part of the callerAqs cleanup after an abort.

5. AUTHORS

Roger Gammans <>
    Author.

Stephen Tweedie <>
    Author.

6. COPYRIGHT