diff options
author | 2021-07-16 09:39:14 -0500 | |
---|---|---|
committer | 2021-12-04 10:48:53 -0800 | |
commit | b31bf0f96e71a2c81d2122c3fecdb91f8e215c20 (patch) | |
tree | 129ba0700f045d834370348c1439fcd63ffc9315 /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | f2fs: rework write preallocations (diff) | |
download | linux-dev-b31bf0f96e71a2c81d2122c3fecdb91f8e215c20.tar.xz linux-dev-b31bf0f96e71a2c81d2122c3fecdb91f8e215c20.zip |
f2fs: reduce indentation in f2fs_file_write_iter()
Replace 'if (ret > 0)' with 'if (ret <= 0) goto out_unlock;'.
No change in behavior.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions