git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc54a0c
)
NFS: Add helper functions for allocating filehandles and fattr structs
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 16 Apr 2010 20:22:45 +0000
(16:22 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 14 May 2010 19:09:21 +0000
(15:09 -0400)
NFS Filehandles and struct fattr are really too large to be allocated on
the stack. This patch adds in a couple of helper functions to allocate them
dynamically instead.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found