~jonathank89/burg/burg-percise

« back to all changes in this revision

Viewing changes to fs/iso9660.c

merge mainline into mips

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
   SUSP, Rock Ridge.  */
3
3
/*
4
4
 *  GRUB  --  GRand Unified Bootloader
5
 
 *  Copyright (C) 2004,2005,2006,2007,2008  Free Software Foundation, Inc.
 
5
 *  Copyright (C) 2004,2005,2006,2007,2008,2009,2010  Free Software Foundation, Inc.
6
6
 *
7
7
 *  GRUB is free software: you can redistribute it and/or modify
8
8
 *  it under the terms of the GNU General Public License as published by
773
773
                  data->first_sector << GRUB_ISO9660_LOG2_BLKSZ,
774
774
                  file->offset,
775
775
                  len, buf);
776
 
  data->disk->read_hook = 0;
 
776
  data->disk->read_hook = NULL;
 
777
 
 
778
  if (grub_errno)
 
779
    return -1;
777
780
 
778
781
  return len;
779
782
}