|
|
1.1 ! root 1: --- linux.vanilla/fs/msdos/namei.c Sun Jun 21 18:40:55 1998 ! 2: +++ linux/fs/msdos/namei.c Fri Sep 11 04:07:28 1998 ! 3: @@ -369,7 +369,7 @@ ! 4: if (MSDOS_I(dir)->i_start) { /* may be zero in mkdir */ ! 5: pos = 0; ! 6: bh = NULL; ! 7: - while (fat_get_entry(dir,&pos,&bh,&de) > -1) ! 8: + while (fat_get_entry(dir,&pos,&bh,&de) > -1) { ! 9: /* Ignore vfat longname entries */ ! 10: if (de->attr == ATTR_EXT) ! 11: continue; ! 12: @@ -379,6 +379,7 @@ ! 13: fat_brelse(sb, bh); ! 14: return -ENOTEMPTY; ! 15: } ! 16: + } ! 17: if (bh) ! 18: fat_brelse(sb, bh); ! 19: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.