1JOURNAL_UNLOCK_UPDAT(9) The Linux Journalling API JOURNAL_UNLOCK_UPDAT(9)
2
3
4
6 journal_unlock_updates - release barrier
7
9 void journal_unlock_updates(journal_t * journal);
10
12 journal
13 Journal to release the barrier on.
14
16 Release a transaction barrier obtained with journal_lock_updates.
17
18 Should be called without the journal lock held.
19
21 Roger Gammans <rgammans@computer-surgery.co.uk>
22 Author.
23
24 Stephen Tweedie <sct@redhat.com>
25 Author.
26
28Kernel Hackers Manual 2.6. November 2011 JOURNAL_UNLOCK_UPDAT(9)