]> 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)
commit3701fff3f92a09c1b3c8147727ac1d670e38afab
tree8c87221ed8533a4809bce72260eff187df6f2344
parentf9c73e0cd037a135c9d9bdf0d5226149315d199b
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