9
0
Fork 0

ubifs: Remove unused variable

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2014-04-12 12:10:57 +04:00 committed by Sascha Hauer
parent 8aede520df
commit 6b5a16f193
1 changed files with 0 additions and 4 deletions

View File

@ -240,8 +240,6 @@ static struct inode *ubifs_findfile(struct super_block *sb, const char *filename
return ubifs_iget(sb, 1);
for (;;) {
struct ubifs_inode *ui;
/* Extract the actual part from the pathname. */
next = strchr(name, '/');
if (next) {
@ -257,8 +255,6 @@ static struct inode *ubifs_findfile(struct super_block *sb, const char *filename
if (!inode)
break;
ui = ubifs_inode(inode);
/*
* Check if directory with this name exists
*/