commit | c9d9170b0a34d3c8519cbf334b14d4f17348b891 | [log] [download] |
---|---|---|
author | Glauber Costa <glommer@parallels.com> | Mon Nov 26 18:35:31 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Dec 06 13:15:00 2012 +0400 |
tree | 93d6d45761c11a11e8e3d314116184bebc3661db | |
parent | 622295b0ec872c0186684ebb38983f9d70a1ec14 [diff] |
provide a upstream alternative for ub functions The ub functions will not be ever supported in upstream kernel. Still, they are called in a quite widespread fashion throughout the code. One possible course of action for this, is to skip the compilation of ub.c, and at the same time provide an empty set of inline functions in ub.h [kir@openvz.org: remove #error, add comments #else/#endif */ Signed-off-by: Glauber Costa <glommer@parallels.com>