Whamcloud - gitweb
Branch b1_6
authoradilger <adilger>
Fri, 14 Sep 2007 21:52:16 +0000 (21:52 +0000)
committeradilger <adilger>
Fri, 14 Sep 2007 21:52:16 +0000 (21:52 +0000)
commit94c6bea8d0256a60e770e810d6a3e678073bb1f8
treea8b39fe254d3e6d6473407e2314e8df422c4ff71
parent01d424b140817fe166b198a16471907ac10971c3
Branch b1_6
b=13547, b=13627
Description: Data corruption for OSTs that are formatted larger than 2TB
             on 32-bit servers.
Details    : When generating the bio request for lustre file writes the
     sector number would overflow a temporary variable before being
     used for the IO.  The data reads correctly from Lustre (which
     will overflow in a similar manner) but other file data or
     filesystem metadata may be corrupted in some cases.
lustre/ChangeLog
lustre/obdfilter/filter_io_26.c