]> rtime.felk.cvut.cz Git - linux-imx.git/commit
xfs: Remove the left function variable from xfs_ialloc_get_rec()
authorJie Liu <jeff.liu@oracle.com>
Mon, 24 Jun 2013 05:37:23 +0000 (13:37 +0800)
committerBen Myers <bpm@sgi.com>
Wed, 26 Jun 2013 17:22:41 +0000 (12:22 -0500)
commit43df2ee659d3d854d17686f8f38fc1071b25774b
tree8c87221ed8533a4809bce72260eff187df6f2344
parent427d9fe233ccec3a293be4bcf07f9bac12463a99
xfs: Remove the left function variable from xfs_ialloc_get_rec()

This patch clean out the left function variable as it is
useless to xfs_ialloc_get_rec().

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_ialloc.c