OSDN Git Service

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)
commit5233e31191af661389a4f5b060873bfcb155c828
tree8706eb7589a24c414c820173931ff4f3195399ec
parentedac65eaf8d5c00b1d6004a44e76b9de6b038dc6
debugfs: split end_creating() into success and failure cases

... 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