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 689fe2d2216..94c45a1531a 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -2129,7 +2129,7 @@ static inline void flush_unauthorized_files(const struct cred *cred,  		int fd;  		j++; -		i = j * __NFDBITS; +		i = j * BITS_PER_LONG;  		fdt = files_fdtable(files);  		if (i >= fdt->max_fds)  			break;  |