]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb471e469982082e976cb5d3f0344f8f2218a5779
tree8706eb7589a24c414c820173931ff4f3195399ec
parent3fe38b8c14097c7b22b1ff26765e8ab3936d8cab
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