commit | 641bb3246dbb64c0b4a0b6dfa6a024e82c155533 | [log] [tgz] |
---|---|---|
author | Martin Brandenburg <martin@omnibond.com> | Mon Mar 28 17:18:27 2016 -0400 |
committer | Martin Brandenburg <martin@omnibond.com> | Thu Mar 31 12:06:00 2016 -0400 |
tree | 7bec53fea5f180d2f90e27a83d64f74b331c1984 | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca [diff] |
orangefs: don't put readdir slot twice This was quite an oversight. After a readdir, the module could not be unloaded, the number of slots is wrong, and memory near the slot bitmap is possibly corrupt. Oops. Signed-off-by: Martin Brandenburg <martin@omnibond.com>