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;