Whamcloud - gitweb
Probably memory corruption bug: the file lock bits weren't aware that
authorpschwan <pschwan>
Wed, 18 Sep 2002 17:47:05 +0000 (17:47 +0000)
committerpschwan <pschwan>
Wed, 18 Sep 2002 17:47:05 +0000 (17:47 +0000)
commitea99f0864eb344238097c9a777c435699b5c2ed1
treeb39efa908d5a631e8fc5bfe07e57f2c3542dcc64
parent68d876601bab15760c1d87df8075e43cea68bd78
Probably memory corruption bug: the file lock bits weren't aware that
stripe_count==0 is legal, so they were allocating a 0-byte lock array that
would hold one 16-byte lock handle.  Fixed.
lustre/llite/file.c