summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/buffer.c')
-rw-r--r--fs/buffer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/buffer.c b/fs/buffer.c
index 9083e528e3c9..c017a2dfb909 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -849,13 +849,10 @@ try_again:
849 if (!bh) 849 if (!bh)
850 goto no_grow; 850 goto no_grow;
851 851
852 bh->b_bdev = NULL;
853 bh->b_this_page = head; 852 bh->b_this_page = head;
854 bh->b_blocknr = -1; 853 bh->b_blocknr = -1;
855 head = bh; 854 head = bh;
856 855
857 bh->b_state = 0;
858 atomic_set(&bh->b_count, 0);
859 bh->b_size = size; 856 bh->b_size = size;
860 857
861 /* Link the buffer to its page */ 858 /* Link the buffer to its page */