table of contents
other versions
SB_END_PAGEFAULT(9) | The Linux VFS | SB_END_PAGEFAULT(9) |
NAME¶
sb_end_pagefault - drop write access to a superblock from a page faultSYNOPSIS¶
void sb_end_pagefault(struct super_block * sb);
ARGUMENTS¶
struct super_block * sbthe 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.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |