Re: 2.5.74-mm1

Boszormenyi Zoltan (zboszor@freemail.hu)
Thu, 03 Jul 2003 12:39:13 +0200


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-15719-1057228875-0001-2
Content-Type: text/plain; charset=iso-8859-2; format=flowed
Content-Transfer-Encoding: 8bit

Hi,

fs/jfs/xattr.c does not compile after applying your .74-mm1
because of a simple typo. Fix is attached.

-- 
Best regards,
Zoltan Bvszvrminyi

--------------------- What did Hussein say about his knife? One in Bush worth two in the hand.

--=_courier-15719-1057228875-0001-2 Content-Type: text/plain; name="jfs-xattr-typo-fix.patch"; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="jfs-xattr-typo-fix.patch"

--- fs/jfs/xattr.c~ 2003-07-03 12:35:32.000000000 +0200 +++ fs/jfs/xattr.c 2003-07-03 12:35:32.000000000 +0200 @@ -1028,7 +1028,7 @@ err = __jfs_listxattr(dentry->d_inode, data, buf_size); up(&dentry->d_inode->i_sem); - rerturn err; + return err; } int jfs_removexattr(struct dentry *dentry, const char *name)

--=_courier-15719-1057228875-0001-2--