Whamcloud - gitweb
Branch b1_6
authoradilger <adilger>
Wed, 18 Jul 2007 21:13:12 +0000 (21:13 +0000)
committeradilger <adilger>
Wed, 18 Jul 2007 21:13:12 +0000 (21:13 +0000)
commitddb5936ee49db7648b1b2c3febd764cddece5d4a
tree7b7f92be2f30c9fb737bf394f805eb5465e7303f
parent50e9b77b5df601bdf597fd5ff95f2b03ba726e93
Branch b1_6
i=nathan
i=scjody
b=13063
Description: lfsck built against 1.4.x cannot run against 1.6.0 lustre
Details    : the definition for OBD_IOC_GETNAME changed in 1.6.0.  One of the
     few external users of this ioctl number is lfsck's call to
     llapi_lov_get_uuids() and this caused lfsck to fail at startup.
     Add the old ioctl number to the handler so both old and new
     lfsck can work.
lustre/ChangeLog
lustre/include/lustre_lib.h
lustre/llite/dir.c
lustre/llite/file.c