search for: curr_pos

Displaying 1 result from an estimated 1 matches for "curr_pos".

Did you mean: cur_pos
2004 Dec 05
1
BUG in fs/ext3/dir.c
...s/ext3/dir.c linux-2.6.10-rc1-bk18/fs/ext3/dir.c --- linux-2.6.10-rc1-bk17/fs/ext3/dir.c 2004-10-18 23:54:30.000000000 +0200 +++ linux-2.6.10-rc1-bk18/fs/ext3/dir.c 2004-12-05 16:44:21.000000000 +0100 @@ -418,7 +418,7 @@ get_dtype(sb, fname->file_type)); if (error) { filp->f_pos = curr_pos; - info->extra_fname = fname->next; + info->extra_fname = fname; return error; } fname = fname->next; @@ -457,9 +457,12 @@ * If there are any leftover names on the hash collision * chain, return them first. */ - if (info->extra_fname && - call_filld...