diff options
author | Sage Weil <sage@newdream.net> | 2010-06-10 12:55:52 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-08-01 20:11:39 -0700 |
commit | ee6b272b9c3447a78fa831e37b925aefd5587ec9 (patch) | |
tree | fcb7c31794908d89760fef635ee2a52b1c338fa1 /fs/ceph/mds_client.h | |
parent | 2962507ca204f886967e1a089d9bec206d427c22 (diff) | |
download | blackbird-op-linux-ee6b272b9c3447a78fa831e37b925aefd5587ec9.tar.gz blackbird-op-linux-ee6b272b9c3447a78fa831e37b925aefd5587ec9.zip |
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) } extern int ceph_add_cap_releases(struct ceph_mds_client *mdsc, - struct ceph_mds_session *session, - int extra); + struct ceph_mds_session *session); extern void ceph_send_cap_releases(struct ceph_mds_client *mdsc, struct ceph_mds_session *session); |