commit | 1cd3935bedccf592d44343890251452a6dd74fc4 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon May 03 22:08:02 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Mon May 17 15:25:28 2010 -0700 |
tree | b088e425d19dbca7d7702e9f1bfa0b2dfa85eba0 | |
parent | 1b7facc41b42c2ab904b2f88b64b1f8ca0ca6cb7 [diff] |
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: Sage Weil <sage@newdream.net>