Whamcloud - gitweb
e2image: refactor calls to ext2fs_llseek()
authorTheodore Ts'o <tytso@mit.edu>
Wed, 25 Dec 2013 19:20:22 +0000 (14:20 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 26 Dec 2013 05:20:43 +0000 (00:20 -0500)
commit80fe25a2d7d8461ac17b21659885f1b4ec6fecd7
tree37e6a497fcc0fc0be52ef0ce1932d64662ed2b56
parentecc859b2819cd8772ba660b9229489378e541838
e2image: refactor calls to ext2fs_llseek()

Refactor calls to ext2fs_llseek().  This makes the code more compact,
easier to read, and it also fixes a number of places where we call
ext2fs_llseek() without doing proper error checking.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/e2image.c