SYNOPSIS
- void journal_invalidatepage(journal_t * journal, struct page * page, unsigned int offset, unsigned int length);
ARGUMENTS
journal
-
- journal to use for flush
page
- page to flush
offset
- offset of the range to invalidate
length
- length of the range to invalidate
DESCRIPTION
Reap page buffers containing data in specified range in page.
COPYRIGHT