]> git.baikalelectronics.ru Git - kernel.git/commit
proc: remove a level of indentation in proc_get_inode
authorChristoph Hellwig <hch@lst.de>
Thu, 3 Sep 2020 14:22:29 +0000 (16:22 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 4 Sep 2020 01:26:24 +0000 (21:26 -0400)
commit54ac7118782471709506874c85334fc5519bb486
treeaa52fea7a89825891eba13fc5993895af3d49a7a
parente5f0bf958198ed018c9fdf06e8d307ced9af9c95
proc: remove a level of indentation in proc_get_inode

Just return early on inode allocation failure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/proc/inode.c