aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-05-12 17:14:51 -0400
committerSage Weil <sage@newdream.net>2011-05-19 14:24:17 -0400
commit1b36698577c1008dc1e63f0bf4b6f3d9deada94a (patch)
tree167c49960e2f872592b20ea5db1c297f7b381d77
parent0da5d70369e87f80adf794080cfff1ca15a34198 (diff)
libceph: remove unused variable
Signed-off-by: Sage Weil <sage@newdream.net>
-rw-r--r--fs/ceph/mds_client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ceph/mds_client.c b/fs/ceph/mds_client.c
index ebce88ab3982..c12d2e9a0ec6 100644
--- a/fs/ceph/mds_client.c
+++ b/fs/ceph/mds_client.c
@@ -2695,7 +2695,6 @@ static void handle_lease(struct ceph_mds_client *mdsc,
2695{ 2695{
2696 struct super_block *sb = mdsc->fsc->sb; 2696 struct super_block *sb = mdsc->fsc->sb;
2697 struct inode *inode; 2697 struct inode *inode;
2698 struct ceph_inode_info *ci;
2699 struct dentry *parent, *dentry; 2698 struct dentry *parent, *dentry;
2700 struct ceph_dentry_info *di; 2699 struct ceph_dentry_info *di;
2701 int mds = session->s_mds; 2700 int mds = session->s_mds;
@@ -2732,7 +2731,6 @@ static void handle_lease(struct ceph_mds_client *mdsc,
2732 dout("handle_lease no inode %llx\n", vino.ino); 2731 dout("handle_lease no inode %llx\n", vino.ino);
2733 goto release; 2732 goto release;
2734 } 2733 }
2735 ci = ceph_inode(inode);
2736 2734
2737 /* dentry */ 2735 /* dentry */
2738 parent = d_find_alias(inode); 2736 parent = d_find_alias(inode);