• Christoph Hellwig's avatar
    [PATCH] fix signed/unsigned issue in SGI partitioning code · 76540ee0
    Christoph Hellwig authored
    The Linux code for SGI partitions uses an int instead of an unsigned int
    in the ondisk structure in two places, which breaks > TB partitions.
    
    While porting the code over from an internal 2.4-based tree I've also
    switched it to use the explicit uXX/sXX types everywhere and moved the
    struct defintions above sgi_partition().
    76540ee0
sgi.c 2.05 KB