1SB_END_WRITE(9) The Linux VFS SB_END_WRITE(9)
23
4
NAME
6sb_end_write - drop write access to a superblock
7
SYNOPSIS
9void sb_end_write(struct super_block * sb);
10
ARGUMENTS
12sb
13the super we wrote to
14
DESCRIPTION
16Decrement number of writers to the filesystem. Wake up possible waiters
17wanting to freeze the filesystem.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 SB_END_WRITE(9)