diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 304929909375..15c6c567468b 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -2147,7 +2147,7 @@ static inline void flush_unauthorized_files(const struct cred *cred, | |||
2147 | fdt = files_fdtable(files); | 2147 | fdt = files_fdtable(files); |
2148 | if (i >= fdt->max_fds) | 2148 | if (i >= fdt->max_fds) |
2149 | break; | 2149 | break; |
2150 | set = fdt->open_fds->fds_bits[j]; | 2150 | set = fdt->open_fds[j]; |
2151 | if (!set) | 2151 | if (!set) |
2152 | continue; | 2152 | continue; |
2153 | spin_unlock(&files->file_lock); | 2153 | spin_unlock(&files->file_lock); |