diff options
author | 2020-11-06 15:39:50 -0500 | |
---|---|---|
committer | 2020-11-06 15:56:18 -0500 | |
commit | d435c05ab0197ee302290e1cee3f2d9c9024a64f (patch) | |
tree | 73f3f92c1aaaf5be72d4083299f584eafdf69b5a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy (diff) | |
download | wireguard-linux-d435c05ab0197ee302290e1cee3f2d9c9024a64f.tar.xz wireguard-linux-d435c05ab0197ee302290e1cee3f2d9c9024a64f.zip |
net/sunrpc: return 0 on attempt to write to "transports"
You can't write to this file because the permissions are 0444. But
it sort of looked like you could do a write and it would result in
a read. Then it looked like proc_sys_call_handler() just ignored
it. Which is confusing. It's more clear if the "write" just
returns zero.
Also, the "lenp" pointer is never NULL so that check can be removed.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions