On Thursday 28 March 2002 12:21 pm, Eric P. McCoy wrote:
> I'd also like to implement BSD- and e2fs-style file flags/attributes
> (particularly user- and system-immutable and append-only inodes).
> Obviously di_mode is where those belong, but I'll need at least 4
> bits and there only _seem_ to be two available (0x10000000 and
> 0x01000000).  So how should I solve this?  Seems that I could "share"
> (or "steal") the bits with OS/2, but I'm not sure how badly this
> would break compatibility.

0x00400000, 0x00200000, 0x00100000, and 0x00080000 are also available, 
aren't they?

-- 
David Kleikamp
IBM Linux Technology Center
_______________________________________________
Jfs-discussion mailing list
[EMAIL PROTECTED]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion

Reply via email to