K 10 svn:author V 3 kib K 8 svn:date V 27 2011-01-19T12:19:25.937047Z K 7 svn:log V 451 In linuxolator getdents_common(), it seems there is no reason to loop if no records where returned by VOP_READDIR(). Readdir implementations allowed to return 0 records when first record is larger then supplied buffer. In this case trying to execute VOP_READDIR() again causes the syscall looping forewer. The goto was there from the day 1, which goes back to 1995 year. Reported and tested by: Beat G?tzi MFC after: 2 weeks END