Btrfs: apply updated fallocate i_size fix
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 4 Feb 2010 16:33:03 +0000 (11:33 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 4 Feb 2010 16:33:03 +0000 (11:33 -0500)
commit23b5c50945f2294add0137799400329c0ebba290
treeb7bb2ea17bc2244162adef8a288db12cacbf3524
parentefd049fb26a162c3830fd3cb1001fdc09b147f3b
Btrfs: apply updated fallocate i_size fix

This version of the i_size fix for fallocate makes sure we only update
the i_size when the current fallocate is really operating outside of
i_size.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/inode.c