aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/exec.c')
-rw-r--r--fs/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c
index da27b91ff1e8..e95aeeddd25c 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -1020,7 +1020,7 @@ static void flush_old_files(struct files_struct * files)
1020 unsigned long set, i; 1020 unsigned long set, i;
1021 1021
1022 j++; 1022 j++;
1023 i = j * __NFDBITS; 1023 i = j * BITS_PER_LONG;
1024 fdt = files_fdtable(files); 1024 fdt = files_fdtable(files);
1025 if (i >= fdt->max_fds) 1025 if (i >= fdt->max_fds)
1026 break; 1026 break;