1DEACTIVATE_SUPER(9)              The Linux VFS             DEACTIVATE_SUPER(9)
2
3
4

NAME

6       deactivate_super - drop an active reference to superblock
7

SYNOPSIS

9       void deactivate_super(struct super_block * s);
10

ARGUMENTS

12       s
13           superblock to deactivate
14

DESCRIPTION

16       Variant of deactivate_locked_super, except that superblock is *not*
17       locked by caller. If we are going to drop the final active reference,
18       lock will be acquired prior to that.
19
21Kernel Hackers Manual 3.10         June 2019               DEACTIVATE_SUPER(9)
Impressum