original_kernel/include
Daniel Borkmann 6e94d1ef37 net: socket: move ktime2ts to ktime header api
Currently, ktime2ts is a small helper function that is only used in
net/socket.c. Move this helper into the ktime API as a small inline
function, so that i) it's maintained together with ktime routines,
and ii) also other files can make use of it. The function is named
ktime_to_timespec_cond() and placed into the generic part of ktime,
since we internally make use of ktime_to_timespec(). ktime_to_timespec()
itself does not check the ktime variable for zero, hence, we name
this function ktime_to_timespec_cond() for only a conditional
conversion, and adapt its users to it.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-04-19 16:39:13 -04:00
..
acpi
asm-generic
clocksource
crypto
drm
keys
linux net: socket: move ktime2ts to ktime header api 2013-04-19 16:39:13 -04:00
math-emu
media
memory
misc
net netfilter: rename netlink related "pid" variables to "portid" 2013-04-19 14:58:36 -04:00
pcmcia
ras
rdma
rxrpc
scsi
sound
target
trace
uapi netlink: add RX/TX-ring support to netlink diag 2013-04-19 14:57:58 -04:00
video
xen
Kbuild