diff options
author | Sage Weil <sage@newdream.net> | 2010-06-10 15:55:52 -0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-08-01 23:11:39 -0400 |
commit | ee6b272b9c3447a78fa831e37b925aefd5587ec9 (patch) | |
tree | fcb7c31794908d89760fef635ee2a52b1c338fa1 /fs/ceph/mds_client.h | |
parent | 2962507ca204f886967e1a089d9bec206d427c22 (diff) |
ceph: drop unused argument
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r-- | fs/ceph/mds_client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index 952410c60d09..e389902db131 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h | |||
@@ -324,8 +324,7 @@ static inline void ceph_mdsc_put_request(struct ceph_mds_request *req) | |||
324 | } | 324 | } |
325 | 325 | ||
326 | extern int ceph_add_cap_releases(struct ceph_mds_client *mdsc, | 326 | extern int ceph_add_cap_releases(struct ceph_mds_client *mdsc, |
327 | struct ceph_mds_session *session, | 327 | struct ceph_mds_session *session); |
328 | int extra); | ||
329 | extern void ceph_send_cap_releases(struct ceph_mds_client *mdsc, | 328 | extern void ceph_send_cap_releases(struct ceph_mds_client *mdsc, |
330 | struct ceph_mds_session *session); | 329 | struct ceph_mds_session *session); |
331 | 330 | ||