]> www.infradead.org Git - mtd-utils.git/commit
fs-tests: integck: remove unnecessary check
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 28 Mar 2011 12:05:18 +0000 (15:05 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 11 Apr 2011 10:22:31 +0000 (13:22 +0300)
commite50bbb11fa14ef3587a0ab9f6af02749bb31dda8
tree9fa8325fe14d29f17106c35e307d3e0aded065db
parent5938e7262401dbbdeb98e8ecd9d1e81a2b3207f9
fs-tests: integck: remove unnecessary check

The 'link_new()' function has only one user, and the user checks
that the third 'file' argument is non NULL, so remove this check
from 'link_new()'. Let's be consistent and assume the 3rd argument
is never NULL, just like the first and the second ones.

This is just a minor improvement.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
tests/fs-tests/integrity/integck.c