diff options
Diffstat (limited to 'security/selinux')
| -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 30492990937..15c6c567468 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,  		fdt = files_fdtable(files);  		if (i >= fdt->max_fds)  			break; -		set = fdt->open_fds->fds_bits[j]; +		set = fdt->open_fds[j];  		if (!set)  			continue;  		spin_unlock(&files->file_lock);  |