Turn off a filesystems accounting if it is on
void acct_auto_close(struct super_block * sb);
sb
super block for the filesystem
If the accounting is turned on for a file in the filesystem pointed to by sb, turn accounting off.