sb_end_pagefault (9) Linux Manual Page
sb_end_pagefault – drop write access to a superblock from a page fault
Synopsis
void sb_end_pagefault(struct super_block *sb);
Arguments
sb
-
- the super we wrote to
Description
Decrement number of processes handling write page fault to the filesystem. Wake up possible waiters wanting to freeze the filesystem.
