於 六,2013-01-05 於 13:59 +0800,Lingzhu Xiang 提到:
> efivarfs_unlink() should drop the file's link count, not the directory's.
> 
> Signed-off-by: Lingzhu Xiang <[email protected]>

Tested-by: Lee, Chun-Yi <[email protected]>


Thanks
Joey Lee

> ---
>  drivers/firmware/efivars.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/firmware/efivars.c b/drivers/firmware/efivars.c
> index d6b8d2f..60f5324 100644
> --- a/drivers/firmware/efivars.c
> +++ b/drivers/firmware/efivars.c
> @@ -995,7 +995,7 @@ static int efivarfs_unlink(struct inode *dir, struct 
> dentry *dentry)
>               list_del(&var->list);
>               spin_unlock(&efivars->lock);
>               efivar_unregister(var);
> -             drop_nlink(dir);
> +             drop_nlink(dentry->d_inode);
>               dput(dentry);
>               return 0;
>       }


--
To unsubscribe from this list: send the line "unsubscribe linux-efi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to