]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pnfs: delete an unintended goto
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 10 Feb 2015 08:03:22 +0000 (11:03 +0300)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 10 Feb 2015 13:41:23 +0000 (08:41 -0500)
commit4c21462acc530bb81c6ae30e5bbd0b06f8c50626
treeec290cf46a7e60f50100068d59fae2563f551f2a
parent480486b4733d5bc7d9fe765b34bc6c2b72d5c12e
pnfs: delete an unintended goto

There was an extra goto here where it shouldn't be, because of a merge
error.

Fixes: e2c63e091e29 ('Merge branch 'flexfiles'')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/pnfs.c