jbd2_journal_get_create_access (9) Linux Manual Page
jbd2_journal_get_create_access – notify intent to use newly created bh
Synopsis
int jbd2_journal_get_create_access(handle_t *handle, struct buffer_head *bh);
Arguments
handle
-
- transaction to new buffer to
bh
- new buffer.
Description
Call this if you create a new bh.
Authors
Roger Gammans <rgammans [at] computer-surgery.co.uk>
- Author.
Stephen Tweedie <sct [at] redhat.com>
- Author.
