Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23868
b: refs/heads/master
c: 967b928
h: refs/heads/master
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Mar 20, 2006
1 parent 33c261e commit 9023007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 12de3b35ea549c5819f287508d7afab0bf3ac44d
refs/heads/master: 967b9281361481aecf323563886ef972ee88c681
3 changes: 2 additions & 1 deletion trunk/fs/nfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2025,10 +2025,11 @@ static void nfs4_kill_super(struct super_block *sb)

if (server->client != NULL && !IS_ERR(server->client))
rpc_shutdown_client(server->client);
rpciod_down(); /* release rpciod */

destroy_nfsv4_state(server);

rpciod_down();

kfree(server->hostname);
kfree(server);
}
Expand Down

0 comments on commit 9023007

Please sign in to comment.