commit | ee3b8d377ca014b0ec4ea8988ba6fbe8463bd8d9 | [log] [tgz] |
---|---|---|
author | Martin Brandenburg <martin@omnibond.com> | Wed Feb 17 12:55:42 2016 -0500 |
committer | Mike Marshall <hubcap@omnibond.com> | Wed Feb 24 17:07:50 2016 -0500 |
tree | d14c7a6eb47e21e980868294cdb11ce606444d8a | |
parent | adcf34a2893386c99e80feee36e30a782b3815e7 [diff] |
orangefs: free readdir buffer index before the dir_emit loop We only need it while the service operation is actually in progress since it is only used to co-ordinate the client-core's memory use. The kernel allocates its own space. Also clean up some comments which mislead the reader into thinking the readdir buffers are shared memory. Signed-off-by: Martin Brandenburg <martin@omnibond.com> Signed-off-by: Mike Marshall <hubcap@omnibond.com>