Skip to content
Commit 847c9db5 authored by Al Viro's avatar Al Viro
Browse files

ocfs2: deal with wraparounds of i_nlink in ocfs2_rename()



unfortunately, nlink_t may be smaller than 32 bits and ->i_nlink
on ocfs2 can grow up to 0xffffffff; storing it in nlink_t variable
will lose upper bits on such architectures.  Needs to be made u32,
until we get kernel-side nlink_t uniformly 32bit...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent fcf83067
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment