aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/prog_array_init.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-04-29 11:23:53 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-04-29 11:23:53 -0700
commitfba784cc9e3d22a530211ef3ec60d04562349cb4 (patch)
treec7017d4a5a8f0774b4c279b45d345f2085b7863b /tools/testing/selftests/bpf/prog_tests/prog_array_init.c
parentMerge tag 'platform-drivers-x86-v6.15-4' of git://git.kernel.org/pub/scm/linu... (diff)
parentselftests/fs/mount-notify: test also remove/flush of mntns marks (diff)
downloadlinux-fba784cc9e3d22a530211ef3ec60d04562349cb4.tar.gz
linux-fba784cc9e3d22a530211ef3ec60d04562349cb4.zip
Merge tag 'fsnotify_for_v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull fsnotify fix from Jan Kara: "A fix for the recently merged mount notification support" * tag 'fsnotify_for_v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: selftests/fs/mount-notify: test also remove/flush of mntns marks fanotify: fix flush of mntns marks
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/prog_array_init.c')
0 files changed, 0 insertions, 0 deletions
k.c?h=v2.26.1&id=fd13b21f52b499ff6fa951ce27d4b9c9f0653087&follow=1'>Move local variables to narrower scopesBenjamin Kramer4-12/+8 These weren't used outside and can be safely moved Signed-off-by: Benjamin Kramer <benny.kra@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> 2009-03-07Remove unused function scope local variablesBenjamin Kramer8-27/+9 These variables were unused and can be removed safely: builtin-clone.c::cmd_clone(): use_local_hardlinks, use_separate_remote builtin-fetch-pack.c::find_common(): len builtin-remote.c::mv(): symref diff.c::show_stats():show_stats(): total diffcore-break.c::should_break(): base_size fast-import.c::validate_raw_date(): date, sign fsck.c::fsck_tree(): o_sha1, sha1 xdiff-interface.c::parse_num(): read_some Signed-off-by: Benjamin Kramer <benny.kra@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> 2009-03-07MinGW: fix diff --no-index /dev/null ...Johannes Schindelin2-1/+5 When launching "diff --no-index" with a parameter "/dev/null", the MSys bash converts the "/dev/null" to a "nul", which usually makes sense. But Signed-off-by: Junio C Hamano <gitster@pobox.com> 2009-03-07git-p4: remove tabs from usermap filePete Wyckoff1-1/+1 Some users have tabs in their names, oddly enough. This causes problems when loading the usercache from disk, as split separates the fields on the wrong tabs. When fast-import's parse_ident() tries to parse the committer field, it is unhappy about the unbalanced <..> angle brackets. It is easy enough to convert the tabs to single spaces. Signed-off-by: Pete Wyckoff <pw@padd.com> Acked-by: Simon Hausmann <simon@lst.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>