fix: close_on_exec(): pass files_struct instead of fdtable (v6.10)
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 27 May 2024 14:49:45 +0000 (10:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 Jun 2024 13:15:46 +0000 (09:15 -0400)
commite8a6e2bd7018e549ffedb278ddc82ef7fb2188b4
treeb9bbe8306e3c7841211ec848cae6b022515d0735
parent4ae0d960e149d1205d0cc167e44c120148c7f4f0
fix: close_on_exec(): pass files_struct instead of fdtable (v6.10)

See upstream commit:

  commit f60d374d2cc88034385265d193a38e3f4a4b430c
  Author: Al Viro <viro@zeniv.linux.org.uk>
  Date:   Thu Jan 4 21:35:38 2024 -0500

    close_on_exec(): pass files_struct instead of fdtable

    both callers are happier that way...

Change-Id: I8cdabb073c2090842b27b74954d86cb486c43b3e
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/wrapper/fdtable.h
src/lttng-statedump-impl.c
This page took 0.026504 seconds and 4 git commands to generate.