K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-04-20T18:31:00.000000Z K 7 svn:log V 518 o Allow the ``-p'' argument to be specified to initattr, which indicates that space for extended attributes should be preallocated, instead of using a sparse attribute file. NOTE: This can result in a really large file full of zeros. However, it can prevent a low disk condition from causing an attribute write to fail, which is good for security and consistency attributes. o Unlink the attribute file during initattr if an error occurs -- this is alright, as we specify O_CREAT when opening the file. END