OSDN Git Service

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)
commit9f5e2f7f1b4bf7d0b19d88edd9425510fadbb9e4
tree7c0ac500aa53497534eed471e7889c149876f2c5
parentfecd86aac5a7621635b61e7491f0ed73610d76fa
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