Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200841
b: refs/heads/master
c: 17c688c
h: refs/heads/master
i:
  200839: 00bb4d1
v: v3
  • Loading branch information
Sage Weil committed Jun 21, 2010
1 parent f34f697 commit fa49053
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d69ed05a80f23b25f06e73af9b7e701ce4900edc
refs/heads/master: 17c688c3dfffc274c87be00033da0050bb6eefc0
6 changes: 6 additions & 0 deletions trunk/fs/ceph/mds_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2783,6 +2783,12 @@ void ceph_mdsc_pre_umount(struct ceph_mds_client *mdsc)
drop_leases(mdsc);
ceph_flush_dirty_caps(mdsc);
wait_requests(mdsc);

/*
* wait for reply handlers to drop their request refs and
* their inode/dcache refs
*/
ceph_msgr_flush();
}

/*
Expand Down

0 comments on commit fa49053

Please sign in to comment.