OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1249-g1140773
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Jun 2011 07:39:38 -0700 (PDT)
The following commit has been merged in the master branch:
commit 11407737f7b8335c52a000ea15cd3b3b4821f9bd
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Apr 17 21:41:15 2011 +0100
Linux CM: Files don't need a page
We were using osi_AllocLargeSpace to allocate our files. This gives
a page to every struct osi_file we create, which seems a little bit
excessive. Just use kmalloc directly instead, and let the kernel's
allocator deal with the slabbing.
Change-Id: I40d32ad0d7090e2b3b60be983d4f441968dc69dc
Reviewed-on: http://gerrit.openafs.org/4750
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/LINUX/osi_file.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository