1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-14 05:57:54 +03:00

o Remove unused variable.

This commit is contained in:
steve 2001-10-18 15:59:25 +00:00
parent 4d9627f20c
commit 9aad6c2c52
2 changed files with 0 additions and 2 deletions

View File

@ -351,7 +351,6 @@ static int _mkdir(struct inode *dir, struct dentry *dentry, int mode)
}
dentry->d_inode->u.generic_ip = md;
md->inode = dentry->d_inode;
return 0;
}

View File

@ -188,7 +188,6 @@ struct dm_table {
struct mapped_device {
kdev_t dev;
char name[DM_NAME_LEN];
struct inode *inode;
int use_count;
int state;