pfindData=(FILE_DIRECTORY_INFO*)((char*)pfindData+le32_to_cpu(pfindData->NextEntryOffset));/* works also for Unix find struct since this is the first field of both */
/* works also for Unix ff struct since first field of both */
pfindData=
(FILE_DIRECTORY_INFO*)((char*)pfindData
+le32_to_cpu(pfindData->NextEntryOffset));
/* BB also should check to make sure that pointer is not beyond the end of the SMB */
pfindData=(FILE_DIRECTORY_INFO*)((char*)pfindData+le32_to_cpu(pfindData->NextEntryOffset));/* works also for Unix find struct since this is the first field of both */
/* BB also should check to make sure that pointer is not beyond the end of the SMB */