Query: journal_dirty_metadata
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
JOURNAL_DIRTY_METADA(9) The Linux Journalling API JOURNAL_DIRTY_METADA(9)NAMEjournal_dirty_metadata - mark a buffer as containing dirty metadataSYNOPSISint journal_dirty_metadata(handle_t * handle, struct buffer_head * bh);ARGUMENTShandle transaction to add buffer to. bh buffer to markDESCRIPTIONMark dirty metadata which needs to be journaled as part of the current transaction. The buffer is placed on the transaction's metadata list and is marked as belonging to the transaction. Returns error number or 0 on success. Special care needs to be taken if the buffer already belongs to the current committing transaction (in which case we should have frozen data present for that commit). In that case, we don't relink theBUFFERthat only gets done when the old transaction finally completes its commit.AUTHORSRoger Gammans <rgammans@computer-surgery.co.uk> Author. Stephen Tweedie <sct@redhat.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 JOURNAL_DIRTY_METADA(9)