dput(): turn into explicit while() loop
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 15 Apr 2018 22:31:03 +0000 (18:31 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 16 Apr 2018 03:36:58 +0000 (23:36 -0400)
commit1088a6408ce197bef7ba04b32e6b034e95d6d2c1
tree9835d8983dd4a14506963de7748b7029b2f2bb05
parent9c5f1d30199d09f7e2776c24ecb63c843ada876d
dput(): turn into explicit while() loop

No need to mess with gotos when the code yielded by straight while()
isn't any worse...

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