Pointer inode is being assigned but is never used hence it is redundant
and can be removed.
Cleans up clang warning:
warning: variable 'inode' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
                          unsigned int arg)
 {
        struct file     *file, *old_file;
-       struct inode    *inode;
        int             error;
 
        error = -ENXIO;
        if (error)
                goto out_putf;
 
-       inode = file->f_mapping->host;
        old_file = lo->lo_backing_file;
 
        error = -EINVAL;