Re: 2.5.74-mm1

From: Boszormenyi Zoltan (zboszor@freemail.hu)
Date: Thu Jul 03 2003 - 05:39:13 EST


Hi,

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

-- 
Best regards,
Zoltán Böszörményi

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

--- 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)

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jul 07 2003 - 22:00:19 EST