]> git.baikalelectronics.ru Git - kernel.git/commit
orangefs: get rid of readdir_handle_s
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 17 Feb 2016 00:54:13 +0000 (19:54 -0500)
committerMike Marshall <hubcap@omnibond.com>
Sat, 26 Mar 2016 02:30:54 +0000 (22:30 -0400)
commit41147883b11fd2d06e0f282673c24c188ccb0f84
tree7c0ac500aa53497534eed471e7889c149876f2c5
parent6cbd7993c7bccb73220844b417f24244a962c289
orangefs: get rid of readdir_handle_s

no point, really - we couldn't keep those across the calls of
getdents(); it would be too easy to DoS, having all slots exhausted.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/dir.c