commit | 393f66209669ad23f4f6d4191234c1df4367df3c | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Mar 10 12:03:32 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Tue Mar 23 07:47:06 2010 -0700 |
tree | 5c628bcf731c98f5627000192e7f2d23a7a039a5 | |
parent | d96d60498ff748c5a88c72ec5d1cc4ba9a583e7e [diff] |
ceph: fix possible double-free of mds request reference Clear pointer to mds request after dropping the reference to ensure we don't drop it again, as there is at least one error path through this function that does not reset fi->last_readdir to a new value. Signed-off-by: Sage Weil <sage@newdream.net>