]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: r276221
authorrmacklem <rmacklem@FreeBSD.org>
Wed, 31 Dec 2014 00:44:11 +0000 (00:44 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Wed, 31 Dec 2014 00:44:11 +0000 (00:44 +0000)
commit27e956ad1b0a1f1b86e8038a8be1b31a7d7f5877
tree8c7b76eea4201c940e4b7ba62484ffd65214cb35
parentf40a1cfb98bbad16f8e8d9b1adb4fdc8109a2139
MFC: r276221
Delete some duplicate code that was harmless because
exactly the same code is at the end of the nfscl_checksattr()
function that is called just before it. As such, this code
had already been executed and didn't do anything.
sys/fs/nfsclient/nfs_clvnops.c