]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.fixes/ocfs2-Fix-some-typos-in-xattr-annotations.patch
Imported linux-2.6.27.39 suse/xen patches.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.fixes / ocfs2-Fix-some-typos-in-xattr-annotations.patch
diff --git a/src/patches/suse-2.6.27.31/patches.fixes/ocfs2-Fix-some-typos-in-xattr-annotations.patch b/src/patches/suse-2.6.27.31/patches.fixes/ocfs2-Fix-some-typos-in-xattr-annotations.patch
deleted file mode 100644 (file)
index f51ab01..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-From: Tao Ma <tao.ma@oracle.com>
-Date: Fri, 24 Oct 2008 22:24:17 +0800
-Subject: ocfs2: Fix some typos in xattr annotations.
-
-Fix some typos in the xattr annotations.
-
-Signed-off-by: Tao Ma <tao.ma@oracle.com>
-Reported-by: Coly Li <coyli@suse.de>
-Signed-off-by: Joel Becker <joel.becker@oracle.com>
-Signed-off-by: Mark Fasheh <mfasheh@suse.com>
----
- fs/ocfs2/ocfs2_fs.h |   17 +++++++++--------
- 1 files changed, 9 insertions(+), 8 deletions(-)
-
-Index: linux-2.6.27-ocfs2/fs/ocfs2/ocfs2_fs.h
-===================================================================
---- linux-2.6.27-ocfs2.orig/fs/ocfs2/ocfs2_fs.h
-+++ linux-2.6.27-ocfs2/fs/ocfs2/ocfs2_fs.h
-@@ -742,12 +742,12 @@ struct ocfs2_group_desc
-  */
- struct ocfs2_xattr_entry {
-       __le32  xe_name_hash;    /* hash value of xattr prefix+suffix. */
--      __le16  xe_name_offset;  /* byte offset from the 1st etnry in the local
-+      __le16  xe_name_offset;  /* byte offset from the 1st entry in the
-                                   local xattr storage(inode, xattr block or
-                                   xattr bucket). */
-       __u8    xe_name_len;     /* xattr name len, does't include prefix. */
--      __u8    xe_type;         /* the low 7 bits indicates the name prefix's
--                                * type and the highest 1 bits indicate whether
-+      __u8    xe_type;         /* the low 7 bits indicate the name prefix
-+                                * type and the highest bit indicates whether
-                                 * the EA is stored in the local storage. */
-       __le64  xe_value_size;   /* real xattr value length. */
- };
-@@ -766,9 +766,10 @@ struct ocfs2_xattr_header {
-                                                  xattr. */
-       __le16  xh_name_value_len;              /* total length of name/value
-                                                  length in this bucket. */
--      __le16  xh_num_buckets;                 /* bucket nums in one extent
--                                                 record, only valid in the
--                                                 first bucket. */
-+      __le16  xh_num_buckets;                 /* Number of xattr buckets
-+                                                 in this extent record,
-+                                                 only valid in the first
-+                                                 bucket. */
-       __le64  xh_csum;
-       struct ocfs2_xattr_entry xh_entries[0]; /* xattr entry list. */
- };
-@@ -776,8 +777,8 @@ struct ocfs2_xattr_header {
- /*
-  * On disk structure for xattr value root.
-  *
-- * It is used when one extended attribute's size is larger, and we will save it
-- * in an outside cluster. It will stored in a b-tree like file content.
-+ * When an xattr's value is large enough, it is stored in an external
-+ * b-tree like file data.  The xattr value root points to this structure.
-  */
- struct ocfs2_xattr_value_root {
- /*00*/        __le32  xr_clusters;              /* clusters covered by xattr value. */