aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/xfs_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c
index 9edbd67b5a9d..77593c2ead4d 100644
--- a/fs/xfs/xfs_log.c
+++ b/fs/xfs/xfs_log.c
@@ -3417,7 +3417,7 @@ xlog_ticket_alloc(
3417 tic->t_curr_res = unit_bytes; 3417 tic->t_curr_res = unit_bytes;
3418 tic->t_cnt = cnt; 3418 tic->t_cnt = cnt;
3419 tic->t_ocnt = cnt; 3419 tic->t_ocnt = cnt;
3420 tic->t_tid = (xlog_tid_t)((__psint_t)tic & 0xffffffff); 3420 tic->t_tid = random32();
3421 tic->t_clientid = client; 3421 tic->t_clientid = client;
3422 tic->t_flags = XLOG_TIC_INITED; 3422 tic->t_flags = XLOG_TIC_INITED;
3423 tic->t_trans_type = 0; 3423 tic->t_trans_type = 0;