commit | 4e1e7fb9e879d48011a887715d7966484d9644ea | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Sat Aug 02 07:26:12 2008 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Wed Aug 06 04:17:20 2008 +0000 |
tree | fd00305c34e71a6454144c8c65390245c698fdbc | |
parent | 9e96af8525264973d8d1f800b0ddce0289fc0bdd [diff] |
bundle up Unix SET_PATH_INFO args into a struct and change name We'd like to be able to use the unix SET_PATH_INFO_BASIC args to set file times as well, but that makes the argument list rather long. Bundle up the args for unix SET_PATH_INFO call into a struct. For now, we don't actually use the times fields anywhere. That will be done in a follow-on patch. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>