Home
last modified time | relevance | path

Searched hist:"4 b47a8b51e7bc0bcd1fa8e546a6333a04ab760d8" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dkeystore.cdiff 4b47a8b51e7bc0bcd1fa8e546a6333a04ab760d8 Wed Aug 22 05:43:59 CDT 2018 Dan Carpenter <dan.carpenter@oracle.com> ecryptfs: re-order a condition for static checkers

Static checkers complain that we are using "s->i" as an offset before
we check whether it is within bounds. It doesn't matter much but we
can easily swap the order of the checks to make everyone happy.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>