Staging: pohmelfs: fix compile warning

A really trivial patch to solve a warning when compiling staging/pohmelfs

Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Javier Martinez Canillas 2010-06-05 21:41:00 -04:00 committed by Greg Kroah-Hartman
parent a46f9087e6
commit ab17a4ac32
1 changed files with 1 additions and 1 deletions

View File

@ -1266,7 +1266,7 @@ static void pohmelfs_put_super(struct super_block *sb)
{
struct pohmelfs_sb *psb = POHMELFS_SB(sb);
struct pohmelfs_inode *pi;
unsigned int count;
unsigned int count = 0;
unsigned int in_drop_list = 0;
struct inode *inode, *tmp;