Add 2.6.20 for apparmor.h that got dropped from previous 2.6.20 patch

This commit is contained in:
John Johansen 2007-02-01 01:21:06 +00:00
parent 65e483e4aa
commit 9add6a1b75

View file

@ -210,7 +210,7 @@ typedef int (*aa_iter) (struct subdomain *, void *);
*/
struct aa_path_data {
struct dentry *root, *dentry;
struct namespace *namespace;
struct mnt_namespace *mnt_namespace;
struct list_head *head, *pos;
int errno;
};