Changes between Initial Version and Version 1 of Ticket #41


Ignore:
Timestamp:
Feb 5, 2006, 2:54:55 AM (18 years ago)
Author:
bird
Comment:

That's not quite right. the fstat backend is delaying the dev/ino calc until after getting unix attribs and won't do it unless the unix attrib call fails. I've added code to generate ino/dev when they are not present on a successful return from the attribute getter. I've also changed the two set file mode backend functions to use a different API for querying the file-mode mask, both for speed and so we don't add the MODE attribute unless it's already there (i.e. LIBC created the file). That'll cause less worries for now (it'll be changed in 0.7, probably).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #41 – Description

    initial v1  
    1 we're not checking if we actually read any UnixEAs in __libc_back_fsUnixAttribsGet().
     1we're not checking if we actually read any UnixEAs in {{{__libc_back_fsUnixAttribsGet()}}}.