config CEPH_LIB tristate "Ceph core library" depends on INET select LIBCRC32C select CRYPTO_AES select CRYPTO_CBC select CRYPTO select KEYS default n help Choose Y or M here to include cephlib, which provides the common functionality to both the Ceph filesystem and to the rados block device (rbd). More information at http://ceph.newdream.net/. If unsure, say N. config CEPH_LIB_PRETTYDEBUG bool "Include file:line in ceph debug output" depends on CEPH_LIB default n help If you say Y here, debug output will include a filename and line to aid debugging. This increases kernel size and slows execution slightly when debug call sites are enabled (e.g., via CONFIG_DYNAMIC_DEBUG). If unsure, say N. config CEPH_LIB_USE_DNS_RESOLVER bool "Use in-kernel support for DNS lookup" depends on CEPH_LIB select DNS_RESOLVER default n help If you say Y here, hostnames (e.g. monitor addresses) will be resolved using the CONFIG_DNS_RESOLVER facility. For information on how to use CONFIG_DNS_RESOLVER consult Documentation/networking/dns_resolver.txt If unsure, say N. on> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDimitris Michailidis <dmichail@google.com>2017-01-31 16:03:13 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-01 12:10:56 -0500
commit1a2a14444d32b89b28116daea86f63ced1716668 (patch)
treeff12c476ed162713c48f66d712375dc48955d6cb /include
parentfd62d9f5c575f0792f150109f1fd24a0d4b3f854 (diff)
net: fix ndo_features_check/ndo_fix_features comment ordering
Commit cdba756f5803a2 ("net: move ndo_features_check() close to ndo_start_xmit()") inadvertently moved the doc comment for .ndo_fix_features instead of .ndo_features_check. Fix the comment ordering. Fixes: cdba756f5803a2 ("net: move ndo_features_check() close to ndo_start_xmit()") Signed-off-by: Dimitris Michailidis <dmichail@google.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netdevice.h29
1 files changed, 15 insertions, 14 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h