Commit c8b031ebc1246d42463c5c69df8f610ca9f48e77

Authored by Tobias Klauser
Committed by Trond Myklebust
1 parent 7969183660

NFS: Remove redundant unlikely()

IS_ERR() already implies unlikely(), so it can be omitted here.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -246,7 +246,7 @@
246 246 args.flags |= RPC_CLNT_CREATE_NONPRIVPORT;
247 247  
248 248 clnt = rpc_create(&args);
249   - if (unlikely(IS_ERR(clnt)))
  249 + if (IS_ERR(clnt))
250 250 goto out_clnt_err;
251 251  
252 252 dprintk("NFS: sending UMNT request for %s:%s\n",