sb_end_write (9) Linux Manual Page
sb_end_write – drop write access to a superblock
Synopsis
void sb_end_write(struct super_block *sb);
Arguments
sb
-
- the super we wrote to
Description
Decrement number of writers to the filesystem. Wake up possible waiters wanting to freeze the filesystem.
