1SB_END_PAGEFAULT(9) The Linux VFS SB_END_PAGEFAULT(9)
23
4
NAME
6sb_end_pagefault - drop write access to a superblock from a page fault
7
SYNOPSIS
9void sb_end_pagefault(struct super_block * sb);
10
ARGUMENTS
12sb
13the super we wrote to
14
DESCRIPTION
16Decrement number of processes handling write page fault to the
17filesystem. Wake up possible waiters wanting to freeze the filesystem.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 SB_END_PAGEFAULT(9)