Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274276
b: refs/heads/master
c: 7fd7d10
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Sage Weil committed Nov 6, 2011
1 parent 73081bd commit 064dc3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6ffe10015f4e6fba8a915318b319c43aed1836f
refs/heads/master: 7fd7d101ff50af55d6d69f4705facc00c324024e
4 changes: 2 additions & 2 deletions trunk/fs/ceph/mds_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ static void __unregister_request(struct ceph_mds_client *mdsc,
*
* Called under mdsc->mutex.
*/
struct dentry *get_nonsnap_parent(struct dentry *dentry)
static struct dentry *get_nonsnap_parent(struct dentry *dentry)
{
/*
* we don't need to worry about protecting the d_parent access
Expand Down Expand Up @@ -3154,7 +3154,7 @@ void ceph_mdsc_sync(struct ceph_mds_client *mdsc)
/*
* true if all sessions are closed, or we force unmount
*/
bool done_closing_sessions(struct ceph_mds_client *mdsc)
static bool done_closing_sessions(struct ceph_mds_client *mdsc)
{
int i, n = 0;

Expand Down

0 comments on commit 064dc3f

Please sign in to comment.