table of contents
other versions
SB_END_INTWRITE(9) | The Linux VFS | SB_END_INTWRITE(9) |
NAME¶
sb_end_intwrite - drop write access to a superblock for internal fs purposes
SYNOPSIS¶
void sb_end_intwrite(struct super_block * sb);
ARGUMENTS¶
struct super_block * 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.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |