mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
don't reclaim fh's... hack until later!
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@405 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
parent
30c474a6c4
commit
1e5e0fdfc7
@ -2366,7 +2366,7 @@ void MDS::handle_client_close(MClientRequest *req, CInode *cur)
|
||||
cur->remove_fh(f);
|
||||
|
||||
// reclaim fh
|
||||
idalloc->reclaim_id(ID_FH, f->fh);
|
||||
//idalloc->reclaim_id(ID_FH, f->fh); // don't do this for now.... we'll rewrite this anyway! FIXME sage
|
||||
|
||||
// ok we're done
|
||||
if (f->confirmed_caps & (CFILE_CAP_WR|CFILE_CAP_WRBUFFER)) {
|
||||
|
Loading…
Reference in New Issue
Block a user