mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
fix comment for lockdep
This commit is contained in:
parent
284309bcce
commit
2fc2e5a520
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#define AA_CHECK_DIR 2 /* file type is directory */
|
#define AA_CHECK_DIR 2 /* file type is directory */
|
||||||
#define AA_CHECK_MANGLE 4 /* leave extra room for name mangling */
|
#define AA_CHECK_MANGLE 4 /* leave extra room for name mangling */
|
||||||
|
|
||||||
+/* lock subtypes so lockdep does raise false positives */
|
+/* lock subtypes so lockdep does not raise false dependencies */
|
||||||
+enum apparmor_lock_class {
|
+enum apparmor_lock_class {
|
||||||
+ aa_lock_normal,
|
+ aa_lock_normal,
|
||||||
+ aa_lock_nested,
|
+ aa_lock_nested,
|
||||||
|
|
Loading…
Add table
Reference in a new issue