commit | 2d36bfde8565b315e624302d12da5a7c9d195522 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 16 16:22:45 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri May 14 15:09:21 2010 -0400 |
tree | 5760ff58853027df0343c6bab0530025cd7a6fa1 | |
parent | fc54a0c65fc8cae6b0355512f0b619c1515e7d7f [diff] |
NFS: Add helper functions for allocating filehandles and fattr structs 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>