1. NAME

sb_end_write - drop write access to a superblock

2. SYNOPSIS

void sb_end_write(struct super_block *  sb );

3. ARGUMENTS

sb
    the super we wrote to

4. DESCRIPTION

Decrement number of writers to the filesystem. Wake up possible waiters wanting to freeze the filesystem.

5. COPYRIGHT