1DEACTIVATE_SUPER(9) The Linux VFS DEACTIVATE_SUPER(9)
23
4
NAME
6deactivate_super - drop an active reference to superblock
7
SYNOPSIS
9void deactivate_super(struct super_block * s);
10
ARGUMENTS
12s
13superblock to deactivate
14
DESCRIPTION
16Variant of deactivate_locked_super, except that superblock is *not*
17locked by caller. If we are going to drop the final active reference,
18lock will be acquired prior to that.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 DEACTIVATE_SUPER(9)