|
@@ -13,6 +13,7 @@
|
|
#include <linux/gfs2_ondisk.h>
|
|
#include <linux/gfs2_ondisk.h>
|
|
#include <linux/bio.h>
|
|
#include <linux/bio.h>
|
|
#include <linux/posix_acl.h>
|
|
#include <linux/posix_acl.h>
|
|
|
|
+#include <linux/security.h>
|
|
|
|
|
|
#include "gfs2.h"
|
|
#include "gfs2.h"
|
|
#include "incore.h"
|
|
#include "incore.h"
|
|
@@ -262,6 +263,7 @@ static void inode_go_inval(struct gfs2_glock *gl, int flags)
|
|
if (ip) {
|
|
if (ip) {
|
|
set_bit(GIF_INVALID, &ip->i_flags);
|
|
set_bit(GIF_INVALID, &ip->i_flags);
|
|
forget_all_cached_acls(&ip->i_inode);
|
|
forget_all_cached_acls(&ip->i_inode);
|
|
|
|
+ security_inode_invalidate_secctx(&ip->i_inode);
|
|
gfs2_dir_hash_inval(ip);
|
|
gfs2_dir_hash_inval(ip);
|
|
}
|
|
}
|
|
}
|
|
}
|