1. NAME

journal_init_inode - creates a journal which maps to a inode.

2. SYNOPSIS

journal_t * journal_init_inode(struct inode *  inode );

3. ARGUMENTS

inode
    An inode to create the journal in

4. DESCRIPTION

journal_init_inode creates a journal which maps an on-disk inode as the journal. The inode must exist already, must support bmap and must have all data blocks preallocated.

5. AUTHORS

Roger Gammans <>
    Author.

Stephen Tweedie <>
    Author.

6. COPYRIGHT