orangefs: a fix and a cleanup...

Fix: Al Viro pointed out that I had broken some acl functionality
     with one of my previous patches.

cleanup: Jing Xiangfeng found and removed a needless variable assignment.
orangefs: remove unnecessary assignment to variable ret

The variable ret is guaranteed to be 0 in this if (). So we can remove
this assignement.

Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
1 file changed