]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nvmet-fc: eliminate incorrect static markers on local variables
authorJames Smart <jsmart2021@gmail.com>
Wed, 16 Aug 2017 17:47:03 +0000 (10:47 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Aug 2017 07:35:08 +0000 (09:35 +0200)
commit369157b41cca435442cf5add9df209aaf951860d
tree01e5eb2a6603be7be9b56374b8de54fa79589f13
parent16a5a480f067f945fd27bf91ffdce3f959b0d4b6
nvmet-fc: eliminate incorrect static markers on local variables

There were 2 statics introduced that were bogus. Removed the static
designations.

Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/target/fc.c