]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Fix comparison in ocfs2_size_fits_inline_data()
authorMark Fasheh <mark.fasheh@oracle.com>
Tue, 20 Nov 2007 19:48:41 +0000 (11:48 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 28 Nov 2007 00:47:03 +0000 (16:47 -0800)
commit0d8a4e0cd688ad0de6430ce3425c7849cfec1c2d
treef959aba36b640232ae9f885b8765fe0e463fde67
parentbccb9dad8949cd0df1d3d2188a1fdb4b1936d537
ocfs2: Fix comparison in ocfs2_size_fits_inline_data()

This was causing us to prematurely push out inline data by one byte.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/aops.c