Loading fs/btrfs/raid56.c +0 −2 Original line number Diff line number Diff line Loading @@ -1032,7 +1032,6 @@ static int alloc_rbio_pages(struct btrfs_raid_bio *rbio) if (!page) return -ENOMEM; rbio->stripe_pages[i] = page; ClearPageUptodate(page); } return 0; } Loading Loading @@ -2273,7 +2272,6 @@ static int alloc_rbio_essential_pages(struct btrfs_raid_bio *rbio) if (!page) return -ENOMEM; rbio->stripe_pages[index] = page; ClearPageUptodate(page); } } return 0; Loading Loading
fs/btrfs/raid56.c +0 −2 Original line number Diff line number Diff line Loading @@ -1032,7 +1032,6 @@ static int alloc_rbio_pages(struct btrfs_raid_bio *rbio) if (!page) return -ENOMEM; rbio->stripe_pages[i] = page; ClearPageUptodate(page); } return 0; } Loading Loading @@ -2273,7 +2272,6 @@ static int alloc_rbio_essential_pages(struct btrfs_raid_bio *rbio) if (!page) return -ENOMEM; rbio->stripe_pages[index] = page; ClearPageUptodate(page); } } return 0; Loading