Whamcloud - gitweb
debugfs: Fix memory leak in do_ncheck()'s error path
authorManish Katiyar <mkatiyar@gmail.com>
Wed, 3 Sep 2008 05:53:53 +0000 (11:23 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 5 Sep 2008 11:50:44 +0000 (07:50 -0400)
commit87dd569b8846707ecbbc131e1b7997053bf7c76c
tree1515162e8c1c14d547ed7671012e827f7603a37d
parentbf5498cc235c1a811b010232834a9a1ff46c696c
debugfs: Fix memory leak in do_ncheck()'s error path

Also the progname printed as "ncheck" instead of "do_ncheck" to be
consistent with the other error messages in debugfs.

Signed-off-by: "Manish Katiyar" <mkatiyar@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/ncheck.c