sb_end_write (9) - Linux Manuals
sb_end_write: drop write access to a superblock
NAME
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.
COPYRIGHT