Skip to content
Snippets Groups Projects
Commit a07c48ad authored by Dan Carpenter's avatar Dan Carpenter Committed by Tyler Hicks
Browse files

eCryptfs: remove unneeded checks in virt_to_scatterlist()


This is always called with a valid "sg" pointer.  My static checker
complains because the call to sg_init_table() dereferences "sg" before
we reach the checks.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarTyler Hicks <tyhicks@canonical.com>
parent 111d61a2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment