summaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm/dlmconvert.c
diff options
context:
space:
mode:
authorjiangyiwen <jiangyiwen@huawei.com>2016-03-25 21:21:35 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2016-03-25 23:37:42 (GMT)
commit584dca3440732afa84fbca07567bb66e1453936a (patch)
tree117884518952d01319850ded054e86ff2e6eb12c /fs/ocfs2/dlm/dlmconvert.c
parent35ddf78e41852cbbd216948425a091ab9815678f (diff)
downloadlinux-584dca3440732afa84fbca07567bb66e1453936a.tar.xz
ocfs2: solve a problem of crossing the boundary in updating backups
In update_backups() there exists a problem of crossing the boundary as follows: we assume that lun will be resized to 1TB(cluster_size is 32kb), it will include 0~33554431 cluster, in update_backups func, it will backup super block in location of 1TB which is the 33554432th cluster, so the phenomenon of crossing the boundary happens. Signed-off-by: Yiwen Jiang <jiangyiwen@huawei.com> Reviewed-by: Joseph Qi <joseph.qi@huawei.com> Cc: Xue jiufei <xuejiufei@huawei.com> Cc: Mark Fasheh <mfasheh@suse.de> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ocfs2/dlm/dlmconvert.c')
0 files changed, 0 insertions, 0 deletions