1ACCT_AUTO_CLOSE_MNT(9) Accounting Framework ACCT_AUTO_CLOSE_MNT(9)
23
4
NAME
6acct_auto_close_mnt - turn off a filesystem's accounting if it is on
7
SYNOPSIS
9void acct_auto_close_mnt(struct vfsmount * m);
10
ARGUMENTS
12m
13vfsmount being shut down
14
DESCRIPTION
16If the accounting is turned on for a file in the subtree pointed to to
17by m, turn accounting off. Done when m is about to die.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 ACCT_AUTO_CLOSE_MNT(9)