commit | fab2adee36039cdc2002ba3fe3a416c3f1bc6b52 | [log] [tgz] |
---|---|---|
author | LiFan <[email protected]> | Tue Dec 05 16:38:01 2017 +0800 |
committer | Jaegeuk Kim <[email protected]> | Tue Jan 02 19:27:30 2018 -0800 |
tree | 2a5916b9c99cf68ab6b63c2435c58258a6733912 | |
parent | f652e9d988d6b4d2a81c920374431a73b70090fd [diff] |
f2fs: use unlikely for release case Since the variable release is only nonzero when another unlikely case occurs, use unlikely() on it seems logical. Signed-off-by: Fan li <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Jaegeuk Kim <[email protected]>