Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / fs / ntfs / aops.c
index 554b744..bb0a438 100644 (file)
@@ -1732,7 +1732,7 @@ void mark_ntfs_record_dirty(struct page *page, const unsigned int ofs) {
                                bh = bh->b_this_page;
                        } while (bh);
                        tail->b_this_page = head;
-                       attach_page_buffers(page, head);
+                       attach_page_private(page, head);
                } else
                        buffers_to_free = bh;
        }