Merge branch 'acpica'
[linux-2.6-block.git] / include / asm-generic / audit_write.h
CommitLineData
dc104fb3
AV
1#include <asm-generic/audit_dir_write.h>
2__NR_acct,
0b0c940a 3#ifdef __NR_swapon
dc104fb3 4__NR_swapon,
0b0c940a 5#endif
dc104fb3 6__NR_quotactl,
aaeb012f 7#ifdef __NR_truncate
dc104fb3 8__NR_truncate,
aaeb012f 9#endif
dc104fb3
AV
10#ifdef __NR_truncate64
11__NR_truncate64,
12#endif
262fd3aa
AT
13#ifdef __NR_ftruncate
14__NR_ftruncate,
15#endif
16#ifdef __NR_ftruncate64
17__NR_ftruncate64,
18#endif
dc104fb3
AV
19#ifdef __NR_bind
20__NR_bind, /* bind can affect fs object only in one way... */
21#endif