xfs: writepage always has buffers
authorChristoph Hellwig <hch@infradead.org>
Mon, 28 Jun 2010 14:34:57 +0000 (10:34 -0400)
committerAlex Elder <aelder@sgi.com>
Mon, 26 Jul 2010 18:16:46 +0000 (13:16 -0500)
These days we always have buffers thanks to ->page_mkwrite.  And we
already have an assert a few lines above tripping in case that was
not true due to a bug.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>

No differences found