[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231024175454.11b3305b@kernel.org>
Date: Tue, 24 Oct 2023 17:54:54 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Mat Martineau <martineau@...nel.org>
Cc: Matthieu Baerts <matttbe@...nel.org>, "David S. Miller"
<davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Paolo Abeni
<pabeni@...hat.com>, netdev@...r.kernel.org, mptcp@...ts.linux.dev
Subject: Re: [PATCH net-next 1/9] mptcp: add a new sysctl for make after
break timeout
On Mon, 23 Oct 2023 13:44:34 -0700 Mat Martineau wrote:
> + .procname = "close_timeout",
> + .maxlen = sizeof(unsigned int),
> + .mode = 0644,
> + .proc_handler = proc_dointvec_jiffies,
Silly question - proc_dointvec_jiffies() works fine for unsigned types?
Powered by blists - more mailing lists