debugfs: check return value correctly
authorAkinobu Mita <akinobu.mita@gmail.com>
Thu, 19 Oct 2006 03:24:42 +0000 (12:24 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Nov 2006 22:30:26 +0000 (14:30 -0800)
commit7bb0386f102ece8819182ccf7fffe8bbebc32b19
tree5ddc131df9f106bd7826714ee419fa5e944482bb
parente45413eb708c1cf21082764457692c8eeac0ca97
debugfs: check return value correctly

The return value is stored in "*dentry", not in "dentry".

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/debugfs/inode.c