]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): Move use_real_names knob to the linux.c
authorDmitry Chagin <dchagin@FreeBSD.org>
Tue, 14 Feb 2023 14:46:32 +0000 (17:46 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Tue, 14 Feb 2023 14:46:32 +0000 (17:46 +0300)
commit32fdc75fe7276083d446964055b0de0e29970b7c
tree313556c442f3090e0d44090c675ee99dfb93b8a4
parentacbbd5c0393345f13aa4b902e2c1ac83b7e39b59
linux(4): Move use_real_names knob to the linux.c

MI linux.[c|h] are the module independent in terms of the Linux emulation
layer (ie, intended for both ISA - 32 & 64 bit), analogue of MD linux.h.
There must be a code here that cannot be placed into the corresponding by
common sense MI source and header files, i.e., code is machine independent,
but ISA dependent.
For the use_real_names knob, the code must be placed into the
linux_socket.[c|h], however linux_socket is ISA dependent.

MFC after: 2 weeks
sys/compat/linux/linux.c
sys/compat/linux/linux.h
sys/compat/linux/linux_util.c
sys/compat/linux/linux_util.h