table of contents
other versions
- stretch 4.9.168-1
DEACTIVATE_SUPER(9) | The Linux VFS | DEACTIVATE_SUPER(9) |
NAME¶
deactivate_super - drop an active reference to superblockSYNOPSIS¶
void deactivate_super(struct super_block * s);
ARGUMENTS¶
ssuperblock 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¶
April 2019 | Kernel Hackers Manual 4.9. |