]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit78558fe8d8326b2395da33456cd9eec57ffc081a
treecd0592501ea68c3ccc5f2372fcc00e51c9e61b9b
parentd4f7a5cbd5449a3d2097f601f588886ea7b70dc3
xfs: writepage always has buffers

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>
fs/xfs/linux-2.6/xfs_aops.c