lkml.org 
[lkml]   [2003]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.5.74-mm1
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)
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.038 / U:0.208 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site