commit | dfabbed6fdd509dc2beb89c954bc36014a1bc7cb | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Jul 26 11:30:02 2011 -0700 |
committer | Sage Weil <sage@newdream.net> | Tue Jul 26 11:30:02 2011 -0700 |
tree | 34186b6bba311438cccbd572f4f93d8165dce89b | |
parent | 029bcbd8b076fd19787b8c73e58dd0a6f2c0caf1 [diff] |
ceph: set dir complete frag after adding capability Curretly ceph_add_cap clears the complete bit if we are newly issued the FILE_SHARED cap, which is normally the case for a newly issue cap on a new directory. That means we clear the just-set bit. Move the check that sets the flag to after the cap is added/updated. Reviewed-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>