]> git.baikalelectronics.ru Git - kernel.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)
commit36209ccb363904179a2cd38ead76833c25c2a1aa
tree8c87221ed8533a4809bce72260eff187df6f2344
parentf8104550a9d9b72e59b97d4e980adbecdbd5d90d
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