From 2850d5022cb5501a13708a2a675d48ccfe527c8a Mon Sep 17 00:00:00 2001 From: Yanchuan Nian Date: Mon, 12 Nov 2012 09:27:37 +0800 Subject: [PATCH] --- yaml --- r: 346617 b: refs/heads/master c: 4c1002100898d03c5c9142ffaf58351c841ab94a h: refs/heads/master i: 346615: 472f515ded219ccab8a39cc54df78d798981756a v: v3 --- [refs] | 2 +- trunk/fs/nfs/write.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5489696452ed..5660e57fe593 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d751f748b359534d78e2b2e52b59d39f0e0540aa +refs/heads/master: 4c1002100898d03c5c9142ffaf58351c841ab94a diff --git a/trunk/fs/nfs/write.c b/trunk/fs/nfs/write.c index 9347ab7c9574..f710e39f6ba2 100644 --- a/trunk/fs/nfs/write.c +++ b/trunk/fs/nfs/write.c @@ -1829,7 +1829,7 @@ int __init nfs_init_writepagecache(void) goto out_destroy_write_mempool; nfs_commit_mempool = mempool_create_slab_pool(MIN_POOL_COMMIT, - nfs_wdata_cachep); + nfs_cdata_cachep); if (nfs_commit_mempool == NULL) goto out_destroy_commit_cache;