mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 04:17:47 +00:00
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:
parent
a46f9087e6
commit
ab17a4ac32
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user