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