Skip to content
Snippets Groups Projects
Commit b2464ef5 authored by Yury Umanets's avatar Yury Umanets
Browse files

- add libiam.a (if exists) to rpm, this is neededfor testing our branch;

- replace all memcmp of fids by lu_fid_eq;
- allocate new fid for create case in ll_revalidate_it() in case of doing "goto do_lookup";
- removed needless lmv_fld_lookup() in lmv;
- fixed lmv_obj refcount management in error cases;
- comments are adjusted to be coherent with 80 columns style.
parent f3f76b59
No related branches found
No related tags found
No related merge requests found
......@@ -464,6 +464,12 @@ fi
AC_SUBST(LIBSYSIO_SUBDIR)
AC_SUBST(SYSIO)
RPM_LIBIAM_PATH=""
if test -f lustre/utils/libiam.c; then
RPM_LIBIAM_PATH="%attr(-, root, root) %{_libdir}/libiam.a"
fi
AC_SUBST(RPM_LIBIAM_PATH)
LB_LINUX_CONDITIONALS
LB_DARWIN_CONDITIONALS
......
......@@ -113,6 +113,7 @@ cat >lustre.files <<EOF
%attr(-, root, root) %{_libdir}/libptlctl.a
%attr(-, root, root) %{_libdir}/liblustreapi.a
@RPM_LIBIAM_PATH@
%attr(-, root, root) /usr/include/lustre
%attr(-, root, root) %{_mandir}/man?/*
......
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