Re: [Pvfs2-developers] Review: readcaching code

2007-08-29 Thread Rob Ross
[catching up] I've always thought that the immutable bit meant that the data can't change; deleting is fine. Rob Murali Vilayannur wrote: Sam, immutable files are by definition to prevent users from deleting (including admins who may make a mistake) Once immutable file bit is set, you cannot

Re: [Pvfs2-developers] add run func declaration automagically

2007-08-29 Thread Pete Wyckoff
[EMAIL PROTECTED] wrote on Wed, 29 Aug 2007 13:21 -0500: > Attached is a patch that adds the run func declaration to the C > source file from the statecomp, so that we don't have to add them > manually. I went through and removed all the declarations in the .sm > files we have in the source,

Re: [Pvfs2-developers] add run func declaration automagically

2007-08-29 Thread Sam Lang
On Aug 29, 2007, at 3:59 PM, Pete Wyckoff wrote: [EMAIL PROTECTED] wrote on Wed, 29 Aug 2007 13:21 -0500: Attached is a patch that adds the run func declaration to the C source file from the statecomp, so that we don't have to add them manually. I went through and removed all the declarations