Hey guys,

I attached a patch for pvfs2-ls that does a few things.

First, there is an off by one error from my previous patch when printing the

mount point; it will sometimes leave off the last character.

Second, it creates a much larger buffer for printing each entry and reuses
it
instead of allocating each time. The current buffer was 128 characters which

disappeared quickly when printing attributes as well. The new size (64K) is
the
equivalent of 256 path segments plus a file name and attribute space.

Third, it adds a new option called --all-times that will print mtime atime
and
ctime. This should help admins that do not want to wait on /bin/ls for the
timestamps.

Bart.

Attachment: pvfs2-ls.patch
Description: Binary data

_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to