]> git.neil.brown.name Git - history.git/commit
[PATCH] remove a warning from __block_write_full_page()
authorAndrew Morton <akpm@digeo.com>
Fri, 22 Nov 2002 03:31:33 +0000 (19:31 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Fri, 22 Nov 2002 03:31:33 +0000 (19:31 -0800)
commit793b840b280da018ef54b9c02fd5d7d2d97d4104
tree8156f0c3be6111fad948a8d666bd4c50da65a336
parent086b4866248b5a1fb98aee8aad35c6249d2bc1d4
[PATCH] remove a warning from __block_write_full_page()

There is a warning in there to detect when block_write_full_page()
attaches buffers to a blockdev page.  This is a bad thing because that
page's blocks may then overlap blocks from a different address_space.
So I disallowed it.

But the message can be triggered when an application is mmapping a
blockdev MAP_SHARED.  Apparently INND likes to do this.

So remove the warning.
fs/buffer.c