summaryrefslogtreecommitdiff
path: root/net/lapb
diff options
context:
space:
mode:
authorzyfjeff <zyfjeff@linux.alibaba.com>2022-12-13 19:51:47 +0800
committerMiklos Szeredi <mszeredi@redhat.com>2023-06-07 16:26:34 +0200
commit1c3610d30e5c15f4db7eb8465e311b582aa50ebe (patch)
treee3176f15bf26bd12449881b2e2f71a54e277d1bc /net/lapb
parent5cadfbd5a11e5495cac217534c5f788168b1afd7 (diff)
fuse: remove duplicate check for nodeid
before this check, the nodeid has already been checked once, so the check here doesn't make an sense, so remove the check for nodeid here. if (err || !outarg->nodeid) goto out_put_forget; err = -EIO; >>> if (!outarg->nodeid) goto out_put_forget; Signed-off-by: zyfjeff <zyfjeff@linux.alibaba.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'net/lapb')
0 files changed, 0 insertions, 0 deletions