]> git.hungrycats.org Git - linux/commit
btrfs: Remove unnecessary ClearPageUptodate for raid56
authorZhao Lei <zhaolei@cn.fujitsu.com>
Tue, 12 Jan 2016 09:22:13 +0000 (17:22 +0800)
committerZygo Blaxell <zblaxell@thirteen.furryterror.org>
Sun, 24 Jan 2016 04:35:29 +0000 (23:35 -0500)
commit7d5a7d071e1b8d8f6a39bd9d202043e13eb3a387
tree26f9293e965621180af5cb980753160cf78500a8
parent5e13fe81ad0ef25f3e9b65d45b526ba9c5a1cea9
btrfs: Remove unnecessary ClearPageUptodate for raid56

PageUptodate flag already initialized to 0 for new page,
no need to set it again.

Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
(cherry picked from commit 748f4ef4c6708e733da077a1980923b9d19db78a)
fs/btrfs/raid56.c