提交 210e799e 编写于 作者: D Dan Carpenter 提交者: Gustavo A. R. Silva

afs: Remove erroneous fallthough annotation

The fall through annotation comes after a return statement so it's not
reachable.
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NGustavo A. R. Silva <gustavoars@kernel.org>
上级 b19a8b3d
......@@ -376,7 +376,6 @@ void afs_lock_work(struct work_struct *work)
spin_unlock(&vnode->lock);
return;
fallthrough;
default:
/* Looks like a lock request was withdrawn. */
spin_unlock(&vnode->lock);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册