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:
sage 2005-07-06 05:25:07 +00:00
parent 30c474a6c4
commit 1e5e0fdfc7

View File

@ -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)) {