aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/export-to-postgresql-record
diff options
context:
space:
mode:
authorGuillaume Nault <gnault@redhat.com>2020-01-13 22:39:20 +0100
committerDavid S. Miller <davem@davemloft.net>2020-01-14 11:28:40 -0800
commit4905294162bda43bef65b411cf791005c7e15b28 (patch)
tree9af0ba1fed79d65b4c30438d9f274a6f2df35b39 /tools/perf/scripts/python/bin/export-to-postgresql-record
parentmdio_bus: Simplify reset handling and extend to non-DT systems (diff)
downloadlinux-4905294162bda43bef65b411cf791005c7e15b28.tar.gz
linux-4905294162bda43bef65b411cf791005c7e15b28.zip
netns: Remove __peernet2id_alloc()
__peernet2id_alloc() was used for both plain lookups and for netns ID allocations (depending the value of '*alloc'). Let's separate lookups from allocations instead. That is, integrate the lookup code into __peernet2id() and make peernet2id_alloc() responsible for allocating new netns IDs when necessary. This makes it clear that __peernet2id() doesn't modify the idr and prepares the code for lockless lookups. Also, mark the 'net' argument of __peernet2id() as 'const', since we're modifying this line. Signed-off-by: Guillaume Nault <gnault@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-record')
0 files changed, 0 insertions, 0 deletions
eCryptfs: Fix new inode race conditionTyler Hicks5-28/+30 2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds4-36/+23 2011-05-29cifs/ubifs: Fix shrinker API change falloutAl Viro3-3/+5 2011-05-29pnfs-obj: pg_test check for max_io_sizeBoaz Harrosh1-1/+18 2011-05-29NFSv4.1: define nfs_generic_pg_testBoaz Harrosh1-24/+20 2011-05-29NFSv4.1: use pnfs_generic_pg_test directly by layout driverBenny Halevy4-19/+17 2011-05-29NFSv4.1: change pg_test return type to boolBenny Halevy6-23/+22 2011-05-29NFSv4.1: unify pnfs_pageio_init functionsBenny Halevy5-54/+27 2011-05-29pnfs-obj: objlayout_encode_layoutcommit implementationBoaz Harrosh3-0/+61 2011-05-29pnfs: encode_layoutcommitBenny Halevy2-3/+17 2011-05-29pnfs-obj: report errors and .encode_layoutreturn Implementation.Boaz Harrosh3-2/+297 2011-05-29pnfs: encode_layoutreturnAndy Adamson2-2/+11 2011-05-29pnfs: layoutret_on_setattrBenny Halevy3-0/+26 2011-05-29pnfs: layoutreturnBenny Halevy7-7/+274 2011-05-29pnfs-obj: osd raid engine read/write implementationBoaz Harrosh3-0/+901 2011-05-29pnfs: support for non-rpc layout driversBenny Halevy5-4/+62 2011-05-29pnfs-obj: define per-inode private structureBenny Halevy3-0/+46 2011-05-29pnfs: alloc and free layout_hdr layoutdriver methodsBenny Halevy2-3/+22 2011-05-29pnfs-obj: objio_osd device information retrieval and cachingBoaz Harrosh3-0/+233 2011-05-29pnfs-obj: decode layout, alloc/free lsegBoaz Harrosh4-2/+341 2011-05-29pnfs-obj: pnfs_osd XDR client implementationBoaz Harrosh2-1/+413