mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 22:53:20 +00:00
libceph: remove unused variable
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
0da5d70369
commit
1b36698577
@ -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,
|
|||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user