Whamcloud - gitweb
b=23267 Make lustre_idl.h include needed definitions from libcfs.
authorRicardo M. Correia <ricardo.correia@oracle.com>
Tue, 17 Aug 2010 17:09:54 +0000 (21:09 +0400)
committerMikhail Pershin <tappro@sun.com>
Fri, 20 Aug 2010 20:02:20 +0000 (00:02 +0400)
commitf1eaa63c32d7af5a09b1d9874b0310bad02b1a1f
tree192aea1ef76cd95dc0074e62f293d06b720472df
parente043abca9dfa8cacf10d95e5dde9c79258cc1cc4
b=23267 Make lustre_idl.h include needed definitions from libcfs.

i=nathan.rutman
i=mikhail.pershin

It seems that lustre_idl.h uses symbols such as LASSERT, CLASSERT, LPUX64, etc,
but it doesn't include libcfs.h. This was causing a compilation failure in
b_hd_kdmu. The fix is to include libcfs.h.
lustre/include/lustre/lustre_idl.h