1. NAME

sb_end_intwrite - drop write access to a superblock for internal fs purposes

2. SYNOPSIS

void sb_end_intwrite(struct super_block *  sb );

3. ARGUMENTS

sb
    the super we wrote to

4. DESCRIPTION

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

5. COPYRIGHT