1. NAME

sb_end_pagefault - drop write access to a superblock from a page fault

2. SYNOPSIS

void sb_end_pagefault(struct super_block *  sb );

3. ARGUMENTS

sb
    the super we wrote to

4. DESCRIPTION

Decrement number of processes handling write page fault to the filesystem. Wake up possible waiters wanting to freeze the filesystem.

5. COPYRIGHT