• Trond Myklebust's avatar
    [PATCH] Fix RPC client warning in 2.5.58... · 8dffd730
    Trond Myklebust authored
    The warning
    
    	/lockd/clntXxXxXxXx RPC: Couldn't create pipefs entry
    
    is due to the lockd process starting RPC clients as an unprivileged
    user, causing path_walk() to fail.  The following patch fixes it.
    8dffd730
rpc_pipe.c 16.9 KB