commit | dfc59e2c90f780653e7b0b749c2a547a9bb1b2ce | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Sep 06 16:55:36 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Sep 07 19:54:55 2013 -0400 |
tree | 79f0b0f0867348e16390e58e2e5282722dedf372 | |
parent | 5d8943b04bab62614559f308b4e39533ca7f8e08 [diff] |
exportfs: don't assume that ->iterate() won't feed us too long entries On some filesystems it's impossible even with fs corruption, but we'd better not rely on that, what with memcpy() into on-stack array we are doing there. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>