]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/debugfs.c
debugfs: fix various minor bogosity
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Dec 2013 17:43:36 +0000 (12:43 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 12 Dec 2013 17:43:39 +0000 (12:43 -0500)
commit50295a3f9e40894316301bebcc7247e9ec85f506
tree7b72f36c75e86f8c4e5849b0c56fe5094d37e215
parentba0230f885af90185d00e7e3702e35c656b47ea1
debugfs: fix various minor bogosity

We should really use the ext2fs memory allocator functions in
copy_file(), and we really should return a value if there's allocation
problems.

Also fix up a minor bogosity in an error message.

Reviewed-by: Zheng Liu <wenqing.lz@taobao.com>
Cc: Robert Yang <liezhi.yang@windriver.com>
Cc: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/debugfs.c