commit | 471fa17dff556ad38caf26de097c0630530d8cbe | [log] [tgz] |
---|---|---|
author | Zhao Lei <zhaolei@cn.fujitsu.com> | Thu Mar 25 12:35:14 2010 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Mar 30 21:19:08 2010 -0400 |
tree | 1a89bf8fa9eb34df3512c1216d5a92a29327a98d | |
parent | 90d2c51dbb4db05c040bc7db264bb7ab35e35455 [diff] |
Btrfs: Remove unnecessary finish_wait() in wait_current_trans() We only need to call finish_wait() after wait loop. By the way, this patch makes code of waiting loop similar to example in wait.h(no functional change) Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com> Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>