Skip to content
Snippets Groups Projects
Commit df97f88d authored by Robert Read's avatar Robert Read
Browse files

Branch b_head_libcfs

b=16445

Cleanup type definitions.

Remove lustre_types.h, lustre/types.h, and libcfs/types.h. The linux types (__u8 etc)
are now defined by arch specific includes in libcfs.
parent 8bb3355d
No related merge requests found
......@@ -162,12 +162,15 @@ fi
# Have universal lustre headers
if [ -f $RPM_BUILD_DIR/lustre-%{version}/lustre/include/lustre/lustre_idl.h ] ; then
echo '%attr(-, root, root) /usr/include/linux/lustre_types.h' >>lustre.files
echo '%attr(-, root, root) /usr/include/linux/lustre_user.h' >>lustre.files
else
echo '%attr(-, root, root) /usr/include/linux/lustre_idl.h' >>lustre.files
fi
if [ -f $RPM_BUILD_DIR/lustre-%{version}/lustre/include/linux/lustre_types.h ] ; then
echo '%attr(-, root, root) /usr/include/linux/lustre_types.h' >>lustre.files
fi
echo '%attr(-, root, root) %{_libdir}/lustre/tests/*' >lustre-tests.files
echo '%attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/llog_test.*' >>lustre-tests.files
modules_excludes="llog_test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment