summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2022-11-10 17:46:33 +0300
committerMiklos Szeredi <mszeredi@redhat.com>2023-01-26 19:10:37 +0300
commit15d937d7ca8c55d2b0ce9116e20c780fdd0b67cc (patch)
treec679eb27d286dc1630806095c040ef3de951247a /Kconfig
parent1b929c02afd37871d5afb9d498426f83432e71c2 (diff)
downloadlinux-15d937d7ca8c55d2b0ce9116e20c780fdd0b67cc.tar.xz
fuse: add request extension
Will need to add supplementary groups to create messages, so add the general concept of a request extension. A request extension is appended to the end of the main request. It has a header indicating the size and type of the extension. The create security context (fuse_secctx_*) is similar to the generic request extension, so include that as well in a backward compatible manner. Add the total extension length to the request header. The offset of the extension block within the request can be calculated by: inh->len - inh->total_extlen * 8 Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions