Commit 1b366985 authored by Sage Weil's avatar Sage Weil

libceph: remove unused variable

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 0da5d703
...@@ -2695,7 +2695,6 @@ static void handle_lease(struct ceph_mds_client *mdsc, ...@@ -2695,7 +2695,6 @@ static void handle_lease(struct ceph_mds_client *mdsc,
{ {
struct super_block *sb = mdsc->fsc->sb; struct super_block *sb = mdsc->fsc->sb;
struct inode *inode; struct inode *inode;
struct ceph_inode_info *ci;
struct dentry *parent, *dentry; struct dentry *parent, *dentry;
struct ceph_dentry_info *di; struct ceph_dentry_info *di;
int mds = session->s_mds; int mds = session->s_mds;
...@@ -2732,7 +2731,6 @@ static void handle_lease(struct ceph_mds_client *mdsc, ...@@ -2732,7 +2731,6 @@ static void handle_lease(struct ceph_mds_client *mdsc,
dout("handle_lease no inode %llx\n", vino.ino); dout("handle_lease no inode %llx\n", vino.ino);
goto release; goto release;
} }
ci = ceph_inode(inode);
/* dentry */ /* dentry */
parent = d_find_alias(inode); parent = d_find_alias(inode);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment