forked from luck/tmp_suning_uos_patched
909e22e053
Fix a static code checker warning:
fs/exportfs/expfs.c:171 reconnect_one() warn: passing zero to 'ERR_PTR'
The error path for lookup_one_len_unlocked failure
should set err to PTR_ERR.
Fixes:
|
||
---|---|---|
.. | ||
expfs.c | ||
Makefile |