Drop write access to a superblock
void sb_end_write(struct super_block * sb);
sb
the super we wrote to
Decrement number of writers to the filesystem. Wake up possible waiters wanting to freeze the filesystem.