Loading fs/buffer.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -905,7 +905,6 @@ try_again: bh->b_state = 0; bh->b_state = 0; atomic_set(&bh->b_count, 0); atomic_set(&bh->b_count, 0); bh->b_private = NULL; bh->b_size = size; bh->b_size = size; /* Link the buffer to its page */ /* Link the buffer to its page */ Loading Loading
fs/buffer.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -905,7 +905,6 @@ try_again: bh->b_state = 0; bh->b_state = 0; atomic_set(&bh->b_count, 0); atomic_set(&bh->b_count, 0); bh->b_private = NULL; bh->b_size = size; bh->b_size = size; /* Link the buffer to its page */ /* Link the buffer to its page */ Loading