aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2019-04-11 05:53:52 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2019-04-12 20:36:18 -0400
commit1caf7a70a93f81fad622131e34ce68d131a71064 (patch)
tree4bdf73488aab6704ed5975c1c8bd9a52728d2eb2 /tools/perf/scripts/python/bin
parent15ade5d2e7775667cf191cf2f94327a4889f8b9d (diff)
fs: drop unused fput_atomic definition
commit d7065da03822 ("get rid of the magic around f_count in aio") added fput_atomic to include/linux/fs.h, motivated by its use in __aio_put_req() in fs/aio.c. Later, commit 3ffa3c0e3f6e ("aio: now fput() is OK from interrupt context; get rid of manual delayed __fput()") removed the only use of fput_atomic in __aio_put_req(), but did not remove the since then unused fput_atomic definition in include/linux/fs.h. We curate this now and finally remove the unused definition. This issue was identified during a code review due to a coccinelle warning from the atomic_as_refcounter.cocci rule pointing to the use of atomic_t in fput_atomic. Suggested-by: Krystian Radlak <kradlak@exida.com> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions