On Fri 15-05-15 23:26:28, Fabian Frederick wrote:
> Use first err declaration for generic_write_sync() return value.
  Thanks. I've merged the patch.

                                                                Honza

> 
> Signed-off-by: Fabian Frederick <[email protected]>
> ---
>  fs/udf/file.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/fs/udf/file.c b/fs/udf/file.c
> index 7a95b8f..bddf3d0 100644
> --- a/fs/udf/file.c
> +++ b/fs/udf/file.c
> @@ -152,8 +152,6 @@ out:
>       mutex_unlock(&inode->i_mutex);
>  
>       if (retval > 0) {
> -             ssize_t err;
> -
>               mark_inode_dirty(inode);
>               err = generic_write_sync(file, iocb->ki_pos - retval, retval);
>               if (err < 0)
> -- 
> 2.4.0
> 
-- 
Jan Kara <[email protected]>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to