Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346627
b: refs/heads/master
c: f259613
h: refs/heads/master
i:
  346625: 0a6f583
  346623: ba53838
v: v3
  • Loading branch information
NeilBrown authored and Trond Myklebust committed Dec 13, 2012
1 parent 5c8bcfc commit 2e357fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb96d5c97b0825d542e9c4ba5e0a22b519355166
refs/heads/master: f259613a1e4b44a0cf85a5dafd931be96ee7c9e5
3 changes: 1 addition & 2 deletions trunk/fs/nfs/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,7 @@ EXPORT_SYMBOL_GPL(nfs_create_rpc_client);
*/
static void nfs_destroy_server(struct nfs_server *server)
{
if (!(server->flags & NFS_MOUNT_LOCAL_FLOCK) ||
!(server->flags & NFS_MOUNT_LOCAL_FCNTL))
if (server->nlm_host)
nlmclnt_done(server->nlm_host);
}

Expand Down

0 comments on commit 2e357fe

Please sign in to comment.