ORANGEFS_VFS_OP_READDIR
if ((op->downcall.type != ORANGEFS_VFS_OP_READDIR) &&
if ((op->downcall.type == ORANGEFS_VFS_OP_READDIR) &&
if (op->downcall.type != ORANGEFS_VFS_OP_READDIR)
op = op_alloc(ORANGEFS_VFS_OP_READDIR);
else if (type == ORANGEFS_VFS_OP_READDIR)
case ORANGEFS_VFS_OP_READDIR: