Merge branch 'xfs-attr-cleanup' into for-next
authorDave Chinner <david@fromorbit.com>
Wed, 14 May 2014 23:39:28 +0000 (09:39 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 14 May 2014 23:39:28 +0000 (09:39 +1000)
Conflicts:
fs/xfs/xfs_attr.c

1  2 
fs/xfs/xfs_attr.c

index abda1124a70f66fbd1a79b28f8eaf5bf1916da1e,86f482e5798fced6e9a5f9892666d32b22d0f258..1fc1f06277dabe91b0bfe07f96c6945568af38b2
@@@ -213,7 -187,7 +187,7 @@@ xfs_attr_calc_size
                 * Out of line attribute, cannot double split, but
                 * make room for the attribute value itself.
                 */
-               uint    dblocks = xfs_attr3_rmt_blocks(mp, valuelen);
 -              uint    dblocks = XFS_B_TO_FSB(mp, args->valuelen);
++              uint    dblocks = xfs_attr3_rmt_blocks(mp, args->valuelen);
                nblks += dblocks;
                nblks += XFS_NEXTENTADD_SPACE_RES(mp, dblocks, XFS_ATTR_FORK);
        }
This page took 0.030616 seconds and 5 git commands to generate.