aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2021-09-20 13:05:18 -0600
committerAndreas Gruenbacher <agruenba@redhat.com>2021-10-25 08:42:20 +0200
commite34e6f8133b8c783a44c235b843e9046e55adbf0 (patch)
tree73fb20955c126e5920189fc658db5e0e2e096b14 /net/unix/sysctl_net_unix.c
parent660a6126f8c3208f6df8d552039cda078a8426d1 (diff)
downloadlinux-e34e6f8133b8c783a44c235b843e9046e55adbf0.tar.gz
linux-e34e6f8133b8c783a44c235b843e9046e55adbf0.tar.bz2
linux-e34e6f8133b8c783a44c235b843e9046e55adbf0.zip
gfs2: Fix unused value warning in do_gfs2_set_flags()
Coverity complains of an unused value: CID 119623 (#1 of 1): Unused value (UNUSED_VALUE) assigned_value: Assigning value -1 to error here, but that stored value is overwritten before it can be used. 237 error = -EPERM; Fix it by removing the assignment. Signed-off-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions