diff options
Diffstat (limited to 'security')
-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 3753416eb9b9..65fb5e8ea941 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -1734,7 +1734,7 @@ static inline void flush_unauthorized_files(struct files_struct * files) | |||
1734 | j++; | 1734 | j++; |
1735 | i = j * __NFDBITS; | 1735 | i = j * __NFDBITS; |
1736 | fdt = files_fdtable(files); | 1736 | fdt = files_fdtable(files); |
1737 | if (i >= fdt->max_fds || i >= fdt->max_fdset) | 1737 | if (i >= fdt->max_fds) |
1738 | break; | 1738 | break; |
1739 | set = fdt->open_fds->fds_bits[j]; | 1739 | set = fdt->open_fds->fds_bits[j]; |
1740 | if (!set) | 1740 | if (!set) |