[kernel] r19779 - dists/sid/linux/debian/config
Ben Hutchings
benh at alioth.debian.org
Sun Jan 27 02:18:50 UTC 2013
Author: benh
Date: Sun Jan 27 02:18:49 2013
New Revision: 19779
Log:
Ignore ABI change in get_write_access(), both static inline and exported
static inline functions will always be compiled directly into modules
that use them; the export is never used.
(The ABI change is apparently due to adding an extra attribute to inline
functions.)
Modified:
dists/sid/linux/debian/config/defines
Modified: dists/sid/linux/debian/config/defines
==============================================================================
--- dists/sid/linux/debian/config/defines Sun Jan 27 01:32:39 2013 (r19778)
+++ dists/sid/linux/debian/config/defines Sun Jan 27 02:18:49 2013 (r19779)
@@ -20,6 +20,8 @@
svcauth_unix_set_client
unix_domain_find
xprt_*
+# Inline function, did not need to be exported at all
+ get_write_access
[base]
arches:
More information about the Kernel-svn-changes
mailing list