aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-10 09:49:45 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-10 09:49:45 -0700
commit29eacdbe4189598faa4f507b09aaab111a93650b (patch)
tree2a7f609afb5cd0b6cc3013a58e712b41e5d4f4a4 /test
parentb69192b629a454f35eebe23d9ac4f8a5773170fd (diff)
Use "se" instead of "f" for fuse_session pointer where possible.
These changes were generated with the following Coccinelle semantic patch: @@ symbol f, se; // avoid unneeded warnings from Coccinelle @@ struct fuse_session * -f +se ; <... -f +se ...> @@ identifier fn; @@ fn(...,struct fuse_session * -f +se ,...) { <... -f +se ...> }
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions