diff options
author | 2014-02-21 11:58:54 +0300 | |
---|---|---|
committer | 2014-03-03 11:31:00 +0100 | |
commit | f8cb556fdbc36855ef884061a1beec6124314c89 (patch) | |
tree | 72759be92241397da5a9f3017720a87b94460a8a /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | fs: Mark function as static in ext3/xattr_security.c (diff) | |
download | linux-dev-f8cb556fdbc36855ef884061a1beec6124314c89.tar.xz linux-dev-f8cb556fdbc36855ef884061a1beec6124314c89.zip |
ext3: remove unneeded check in ext3_ordered_writepage()
We already know "ret" is zero so there is no need to do:
if (!ret)
ret = err;
We can just assign ret directly instead.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions