Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57570
b: refs/heads/master
c: e6985c7
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Steve French committed Jun 4, 2007
1 parent d23d057 commit ffc02b3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f7f7c31c98830e5f4aa5486b8aabb7f3bf4a2512
refs/heads/master: e6985c7f6842fa040d058640e363140ad1730dc5
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,8 @@ cifs_init_mids(void)
sizeof (struct oplock_q_entry), 0,
SLAB_HWCACHE_ALIGN, NULL, NULL);
if (cifs_oplock_cachep == NULL) {
kmem_cache_destroy(cifs_mid_cachep);
mempool_destroy(cifs_mid_poolp);
kmem_cache_destroy(cifs_mid_cachep);
return -ENOMEM;
}

Expand Down

0 comments on commit ffc02b3

Please sign in to comment.