Whamcloud - gitweb
land v0.9.1 on HEAD, in preparation for a 1.0.x branch
[fs/lustre-release.git] / lustre / kernel_patches / patches / linux-2.4.20-xattr-0.8.54.patch
index 1489989..152e89a 100644 (file)
 +#endif
 +      if (error)
 +              return error;
-+  
++
 +      return ext2_xattr_set(inode, EXT2_XATTR_INDEX_USER, name,
 +                            value, size, flags);
 +}
 +#endif
 +      if (error)
 +              return error;
-+  
++
 +      handle = ext3_journal_start(inode, EXT3_XATTR_TRANS_BLOCKS);
 +      if (IS_ERR(handle))
 +              return PTR_ERR(handle);