block/file-posix: Remove redundant statement in raw_handle_perm_lock()
commit76e91cda07d783c4dca50df3cd87156bd14b692c
authorChen Qun <kuhn.chenqun@huawei.com>
Mon, 2 Mar 2020 13:07:06 +0000 (2 21:07 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 9 Mar 2020 14:59:31 +0000 (9 15:59 +0100)
treeb393d7815a6d63dc5b0b4cd7fe467524d968f983
parent35c9453592944c46bc4f8cd273b9ed54362a50e5
block/file-posix: Remove redundant statement in raw_handle_perm_lock()

Clang static code analyzer show warning:
  block/file-posix.c:891:9: warning: Value stored to 'op' is never read
        op = RAW_PL_ABORT;
        ^    ~~~~~~~~~~~~

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200302130715.29440-5-kuhn.chenqun@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
block/file-posix.c