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