1. NAME

acct_auto_close - turn off a filesystemAqs accounting if it is on

2. SYNOPSIS

void acct_auto_close(struct super_block *  sb );

3. ARGUMENTS

sb
    super block for the filesystem

4. DESCRIPTION

If the accounting is turned on for a file in the filesystem pointed to by sb, turn accounting off.

5. COPYRIGHT