From: Yanchuan Nian Date: Mon, 12 Nov 2012 01:27:37 +0000 (+0800) Subject: nfs: Fix wrong slab cache in nfs_commit_mempool X-Git-Tag: v3.8-rc1~72^2~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c1002100898d03c5c9142ffaf58351c841ab94a;p=pandora-kernel.git nfs: Fix wrong slab cache in nfs_commit_mempool The slab cache in nfs_commit_mempool is wrong, and I think it is just a slip. I tested it on a x86-32 machine, the size of nfs_write_header is 544, and the size of nfs_commit_data is 408, so it works fine. It is also true that sizeof(struct nfs_write_header) > sizeof(struct nfs_commit_data) on other platforms in my opinoin. Just fix it. Signed-off-by: Yanchuan Nian Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed