Btrfs: Use correct values when updating inode i_size on fallocate
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 20 Jan 2010 07:28:54 +0000 (07:28 +0000)
committerChris Mason <chris.mason@oracle.com>
Thu, 28 Jan 2010 21:20:38 +0000 (16:20 -0500)
commitd1ea6a61454e7d7ff0873d0ad1ae27d5807da0d3
tree73645e52ffa4a38ea4a2a871489d0e2622e7304e
parentb8d9bfeb18f9af794020d96e9bee984d18a8d737
Btrfs: Use correct values when updating inode i_size on fallocate

commit f2bc9dd07e3424c4ec5f3949961fe053d47bc825
Author: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Date:   Wed Jan 20 12:57:53 2010 +0530

    Btrfs: Use correct values when updating inode i_size on fallocate

    Even though we allocate more, we should be updating inode i_size
    as per the arguments passed

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/inode.c