debugfs: split end_creating() into success and failure cases
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 25 Jan 2015 19:39:49 +0000 (14:39 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 25 Jan 2015 21:52:53 +0000 (16:52 -0500)
... and don't bother with dput(dentry) in the former and with
dget(dentry) preceding all its calls.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/debugfs/inode.c

Simple merge