Drop write access to a superblock from a page fault
void sb_end_pagefault(struct super_block * sb);
sb
the super we wrote to
Decrement number of processes handling write page fault to the filesystem. Wake up possible waiters wanting to freeze the filesystem.