Name

sb_end_write — drop write access to a superblock

Synopsis

void sb_end_write (struct super_block * sb);
 

Arguments

struct super_block * sb

the super we wrote to

Description

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