Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44237
b: refs/heads/master
c: 39f44be
h: refs/heads/master
i:
  44235: b07baff
v: v3
  • Loading branch information
Paul Mackerras committed Dec 11, 2006
1 parent 54be307 commit 0187096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dae4828d66ac6db353dee213c594257929a310cb
refs/heads/master: 39f44be375d07a977ba68f900c87cea97cb05f4a
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/coredump.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static int spufs_arch_notes_size(void)
struct fdtable *fdt = files_fdtable(current->files);
int size = 0, fd;

for (fd = 0; fd < fdt->max_fdset && fd < fdt->max_fds; fd++) {
for (fd = 0; fd < fdt->max_fds; fd++) {
if (FD_ISSET(fd, fdt->open_fds)) {
struct file *file = fcheck(fd);

Expand Down

0 comments on commit 0187096

Please sign in to comment.