fix comment for lockdep

This commit is contained in:
John Johansen 2007-05-12 21:45:15 +00:00
parent 284309bcce
commit 2fc2e5a520

View file

@ -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,