• Sage Weil's avatar
    ceph: set dn offset when spliced · 1cd3935b
    Sage Weil authored
    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>
    1cd3935b
inode.c 48.6 KB