DEACTIVATE_SUPER
Section: The Linux VFS (9)
Updated: February 2011
Index
Return to Main Contents
NAME
deactivate_super - drop an active reference to superblock
SYNOPSIS
-
void deactivate_super(struct super_block * s);
ARGUMENTS
s
-
- superblock to deactivate
DESCRIPTION
Variant of
deactivate_locked_super, except that superblock is *not* locked by caller. If we are going to drop the final active reference, lock will be acquired prior to that.
COPYRIGHT