Attachment 'xattr-sharing.patch'

Download

   1 --- fs/ext2/xattr.c	2005-08-09 17:59:44.000000000 +0900
   2 +++ fs/ext2/xattr.c	2005-08-09 17:59:46.000000000 +0900
   3 @@ -977,6 +977,7 @@
   4  		if (IS_LAST_ENTRY(entry2))
   5  			return 1;
   6  		if (entry1->e_hash != entry2->e_hash ||
   7 +		    entry1->e_name_index != entry2->e_name_index ||
   8  		    entry1->e_name_len != entry2->e_name_len ||
   9  		    entry1->e_value_size != entry2->e_value_size ||
  10  		    memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len))
  11 --- fs/ext3/xattr.c	2005-08-09 17:58:31.000000000 +0900
  12 +++ fs/ext3/xattr.c	2005-08-09 17:58:50.000000000 +0900
  13 @@ -1025,6 +1025,7 @@
  14  		if (IS_LAST_ENTRY(entry2))
  15  			return 1;
  16  		if (entry1->e_hash != entry2->e_hash ||
  17 +		    entry1->e_name_index != entry2->e_name_index ||
  18  		    entry1->e_name_len != entry2->e_name_len ||
  19  		    entry1->e_value_size != entry2->e_value_size ||
  20  		    memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len))

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2018-07-30 19:26:28, 103.1 KB) [[attachment:manuale_acl.pdf]]
  • [get | view] (2018-07-30 19:26:28, 0.9 KB) [[attachment:xattr-sharing.patch]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.