OSDN Git Service

xfs: remove the all_bh flag from xfs_convert_page
authorChristoph Hellwig <hch@infradead.org>
Fri, 10 Dec 2010 08:42:23 +0000 (08:42 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 16 Dec 2010 22:06:00 +0000 (16:06 -0600)
commit2fa24f92530edaf86c3b5f662464e0d2e3b3e517
treea24ee4610706b63724cc8ae279c52a3ba4467fd9
parented1e7b7e484dfb64168755613d499f32a97409bd
xfs: remove the all_bh flag from xfs_convert_page

The all_bh flag is always set when entering the page clustering
machinery with a regular written extent, which means the check for
it is superflous.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_aops.c