Use first err declaration for generic_write_sync() return value.

Signed-off-by: Fabian Frederick <f...@skynet.be>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
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