]> git.baikalelectronics.ru Git - kernel.git/commit
fs/fs-writeback.c: remove redundant if check
authorTahsin Erdogan <tahsin@google.com>
Tue, 13 Dec 2016 00:43:20 +0000 (16:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Dec 2016 02:55:08 +0000 (18:55 -0800)
commit7b8cd447ca26caa2610907cc915f3cd258c4b61b
tree593403191c322c4528f4ec8f568a330a149d2947
parent182df15b67e6351ec308d3dd35f05d0cc0eb7dc4
fs/fs-writeback.c: remove redundant if check

b_more_io non-empty check is already preceded by an opposite check.

Link: http://lkml.kernel.org/r/1478591249-30641-1-git-send-email-tahsin@google.com
Signed-off-by: Tahsin Erdogan <tahsin@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fs-writeback.c