diff options
author | Akhil Raj <lf32.dev@gmail.com> | 2022-08-27 16:53:59 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-09-27 21:21:43 +0200 |
commit | d2bef8e1037cc69695c6b146bb05ce053450e0de (patch) | |
tree | fc8ce03016e6b4102111bff92fadb8073648ef0f /Documentation/bpf/map_cgroup_storage.rst | |
parent | docs/conf.py: Respect env variable SPHINX_IMGMATH (diff) | |
download | linux-d2bef8e1037cc69695c6b146bb05ce053450e0de.tar.xz linux-d2bef8e1037cc69695c6b146bb05ce053450e0de.zip |
Remove duplicate words inside documentation
I have removed repeated `the` inside the documentation
Signed-off-by: Akhil Raj <lf32.dev@gmail.com>
Link: https://lore.kernel.org/r/20220827145359.32599-1-lf32.dev@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/bpf/map_cgroup_storage.rst')
-rw-r--r-- | Documentation/bpf/map_cgroup_storage.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/bpf/map_cgroup_storage.rst b/Documentation/bpf/map_cgroup_storage.rst index cab9543017bf..8e5fe532c07e 100644 --- a/Documentation/bpf/map_cgroup_storage.rst +++ b/Documentation/bpf/map_cgroup_storage.rst @@ -31,7 +31,7 @@ The map uses key of type of either ``__u64 cgroup_inode_id`` or }; ``cgroup_inode_id`` is the inode id of the cgroup directory. -``attach_type`` is the the program's attach type. +``attach_type`` is the program's attach type. Linux 5.9 added support for type ``__u64 cgroup_inode_id`` as the key type. When this key type is used, then all attach types of the particular cgroup and @@ -155,7 +155,7 @@ However, the BPF program can still only associate with one map of each type ``BPF_MAP_TYPE_CGROUP_STORAGE`` or more than one ``BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE``. -In all versions, userspace may use the the attach parameters of cgroup and +In all versions, userspace may use the attach parameters of cgroup and attach type pair in ``struct bpf_cgroup_storage_key`` as the key to the BPF map APIs to read or update the storage for a given attachment. For Linux 5.9 attach type shared storages, only the first value in the struct, cgroup inode |