From c57fbddab6afe3ad43df75faa21279a676c51947 Mon Sep 17 00:00:00 2001 From: adilger Date: Sun, 16 Nov 2003 21:43:24 +0000 Subject: [PATCH] Remove gratuitous newline hunk, which causes a conflict on SuSE-2.4.19. --- lustre/kernel_patches/patches/ext3-ea-in-inode-2.4.20.patch | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lustre/kernel_patches/patches/ext3-ea-in-inode-2.4.20.patch b/lustre/kernel_patches/patches/ext3-ea-in-inode-2.4.20.patch index 0053d92..cd569f4 100644 --- a/lustre/kernel_patches/patches/ext3-ea-in-inode-2.4.20.patch +++ b/lustre/kernel_patches/patches/ext3-ea-in-inode-2.4.20.patch @@ -706,14 +706,6 @@ const char *name, const void *value, size_t value_len, int flags) { struct super_block *sb = inode->i_sb; -@@ -603,6 +1181,7 @@ ext3_xattr_set(handle_t *handle, struct - name_len = strlen(name); - if (name_len > 255 || value_len > sb->s_blocksize) - return -ERANGE; -+ - down(&ext3_xattr_sem); - - if (block) { --- linux-2.4.20/include/linux/ext3_fs.h~ext3-ea-in-inode-2.4.20 2003-10-08 23:18:08.000000000 +0400 +++ linux-2.4.20-alexey/include/linux/ext3_fs.h 2003-10-12 16:35:46.000000000 +0400 @@ -264,6 +264,8 @@ struct ext3_inode { -- 1.8.3.1