In nfs_dir_read() I see:

    /* align + round down the buffer */
    count &= ~ (DIRENT_HEADER_SIZE - 1);
    di->len = count;

Then later:
    if (count > NFS_MAXDATA)
        count = NFS_MAXDATA;

    di->readdirargs.count = count;

Can someone who understands this comment on it?

Peter
-----------------
Peter Dufault
HD Associates, Inc.      Software and System Engineering

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to