]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
ceph: handle InodeStat v8 versioned field in reply parsing
authorAlex Markuze <amarkuze@redhat.com>
Tue, 10 Feb 2026 09:06:24 +0000 (09:06 +0000)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 20 Apr 2026 14:43:57 +0000 (16:43 +0200)
commita5a7b3c7dc87f257d4c1513e6d5f45c57050cc0c
tree8fa2f94db7de52b5b8e5948814a824049d9eece0
parent518a2578bd8a504413dee12b0e9d38acb722e82c
ceph: handle InodeStat v8 versioned field in reply parsing

Add forward-compatible handling for the new versioned field introduced
in InodeStat v8. This patch only skips the field without using it,
preparing for future protocol extensions.

The v8 encoding adds a versioned sub-structure that needs to be properly
decoded and skipped to maintain compatibility with newer MDS versions.

Signed-off-by: Alex Markuze <amarkuze@redhat.com>
Reviewed-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
fs/ceph/mds_client.c