[patch #5126] Support for Reading and Writing Extended Attributes

2006-05-24 Thread Thadeu Lima de Souza Cascardo
Follow-up Comment #1, patch #5126 (project hurd): The patch was written 4 months ago. Comments were written only by now, which indicate a certain readability of the code. However, use of the proper functions to read, modify, discard modifications, etc., of the filesystem blocks may not be correct

[patch #5126] Support for Reading and Writing Extended Attributes

2006-05-24 Thread Thadeu Lima de Souza Cascardo
Additional Item Attachment, patch #5126 (project hurd): File name: xattr.hSize:2 KB Header file ___ Reply to this item at:

[patch #5126] Support for Reading and Writing Extended Attributes

2006-05-24 Thread Thadeu Lima de Souza Cascardo
URL: <http://savannah.gnu.org/patch/?func=detailitem&item_id=5126> Summary: Support for Reading and Writing Extended Attributes Project: The GNU Hurd Submitted by: cascardo Submitted on: Thursday 05/25/0

Re: GNU Mach and GNU Hurd copyright assignment papers

2006-02-02 Thread cascardo
On Thu, Feb 02, 2006 at 11:24:32AM +0100, Marco Gerards wrote: > Gianluca Guida <[EMAIL PROTECTED]> writes: > > >> P.S. Gianluca, it'd probably be a good time now to request and sign > >> assignment papers for GNU Mach. > > > > Hmph, I requested that for the Hurd and GNU Mach, but now that I look

Re: OT: Fixed Roland'd Hurd EA ext2 patch for Linux

2006-01-29 Thread cascardo
s one cannot overwrite the contents of a block using debugfs. I'm not really sure which approach would be better: using my simple tools, writing support for debugfs to write arbitrary data to arbitrary blocks (and then writing a debugfs script to set the translator) or writing support for debug

Re: OT: Fixed Roland'd Hurd EA ext2 patch for Linux

2006-01-29 Thread cascardo
to set translators in an umounted filesystem. This would require no linux building, but only a e2fsprogs update. Regards, Thadeu Cascardo. -- signature.asc Description: Digital signature ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/li

OT: Fixed Roland'd Hurd EA ext2 patch for Linux

2006-01-29 Thread cascardo
raw_inode->osd2.hurd2.h_i_author = cpu_to_le32(ei->i_hurd_author); + } +#endif + raw_inode->i_generation = cpu_to_le32(inode->i_generation); if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode)) { if (old_valid_dev(inode->i_rdev)) { --- linux-2.6