Skip to content
Commit 1cd3935b authored by Sage Weil's avatar Sage Weil
Browse files

ceph: set dn offset when spliced



We want to assign an offset when the dentry goes from null to linked, which
is always done by splice_dentry().  Notably, we should NOT assign an
offset when a dentry is first created and is still null.

BUG if we try to splice a non-null dentry (we shouldn't).

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 1b7facc4
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