libceph: drop started parameter of __ceph_open_session()
authorIlya Dryomov <idryomov@gmail.com>
Mon, 3 Nov 2025 20:34:01 +0000 (21:34 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 26 Nov 2025 22:29:11 +0000 (23:29 +0100)
commit85f5491d9c6e9662653c8e6e7b70637b98537ecc
treef2db455c1d0752e39fd3d95e5a97fd056f24bcc3
parent076381c261374c587700b3accf410bdd2dba334e
libceph: drop started parameter of __ceph_open_session()

With the previous commit revamping the timeout handling, started isn't
used anymore.  It could be taken into account by adjusting the initial
value of the timeout, but there is little point as both callers capture
the timestamp shortly before calling __ceph_open_session() -- the only
thing of note that happens in the interim is taking client->mount_mutex
and that isn't expected to take multiple seconds.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
fs/ceph/super.c
include/linux/ceph/libceph.h
net/ceph/ceph_common.c