aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
diff options
context:
space:
mode:
authorTao Ma <boyu.mt@taobao.com>2011-05-22 21:45:26 -0400
committerTheodore Ts'o <tytso@mit.edu>2011-05-22 21:45:26 -0400
commit28e35e42fb255cbaeee8b9f89643f26fe376374d (patch)
treedb83cfc348e1ff652aea17eff6ff4eb07d8cd8a9 /fs/ext4
parentf6d2f6b327ceef5c689581529a852dc6ec3b74a6 (diff)
downloadkernel_samsung_espresso10-28e35e42fb255cbaeee8b9f89643f26fe376374d.zip
kernel_samsung_espresso10-28e35e42fb255cbaeee8b9f89643f26fe376374d.tar.gz
kernel_samsung_espresso10-28e35e42fb255cbaeee8b9f89643f26fe376374d.tar.bz2
jbd2: Fix the wrong calculation of t_max_wait in update_t_max_wait
t_max_wait is added in commit 8e85fb3f to indicate how long we were waiting for new transaction to start. In commit 6d0bf005, it is moved to another function named update_t_max_wait to avoid a build warning. But the wrong thing is that the original 'ts' is initialized in the start of function start_this_handle and we can calculate t_max_wait in the right way. while with this change, ts is initialized within the function and t_max_wait can never be calculated right. This patch moves the initialization of ts to the original beginning of start_this_handle and pass it to function update_t_max_wait so that it can be calculated right and the build warning is avoided also. Cc: Jan Kara <jack@suse.cz> Signed-off-by: Tao Ma <boyu.mt@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Diffstat (limited to 'fs/ext4')
0 files changed, 0 insertions, 0 deletions