1. NAME

shrink_dcache_sb - shrink dcache for a superblock

2. SYNOPSIS

void shrink_dcache_sb(struct super_block *  sb );

3. ARGUMENTS

sb
    superblock

4. DESCRIPTION

Shrink the dcache for the specified super block. This is used to free the dcache before unmounting a file system.

5. COPYRIGHT