Annotation of dmsdos/patches/vfat-brelse-bugfix.diff, revision 1.1.1.1

1.1       root        1: --- linux/fs/vfat/namei.c.orig Fri Feb 26 14:42:54 1999
                      2: +++ linux/fs/vfat/namei.c      Fri Feb 26 14:43:28 1999
                      3: @@ -506,10 +506,10 @@
                      4:                        continue;
                      5:                if (memcmp(de->name,name,MSDOS_NAME))
                      6:                        continue;
                      7: -              brelse(bh);
                      8: +              fat_brelse(dir->i_sb,bh);
                      9:                return 0;
                     10:        }
                     11: -      brelse(bh);
                     12: +      fat_brelse(dir->i_sb,bh);
                     13:        return -ENOENT;
                     14:  }
                     15:  

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.