Whamcloud - gitweb
create_inode: fix gcc -Wall complaints
authorTheodore Ts'o <tytso@mit.edu>
Wed, 12 Mar 2014 03:40:17 +0000 (23:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 12 Mar 2014 03:40:17 +0000 (23:40 -0400)
commit3aec816ff62e49aa7d2ab67fa43fc837fc68d219
treef47220f95cb12ffcb91bf97c6fadacb011ce3055
parentb99888a070656cb81994d2e1e08d946597b1fe43
create_inode: fix gcc -Wall complaints

We had several functions that were not returning zero on success.  Fix
this.

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