The patch titled
fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT
has been removed from the -mm tree. Its filename was
fs-reiserfs-xattrc-use-list_head-instead-of-list_head_init.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INIT
From: Denis Cheng <[EMAIL PROTECTED]>
Signed-off-by: Denis Cheng <[EMAIL PROTECTED]>
Cc: Chris Mason <[EMAIL PROTECTED]>
Cc: Jeff Mahoney <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
fs/reiserfs/xattr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
fs/reiserfs/xattr.c~fs-reiserfs-xattrc-use-list_head-instead-of-list_head_init
fs/reiserfs/xattr.c
---
a/fs/reiserfs/xattr.c~fs-reiserfs-xattrc-use-list_head-instead-of-list_head_init
+++ a/fs/reiserfs/xattr.c
@@ -1084,7 +1084,7 @@ ssize_t reiserfs_listxattr(struct dentry
}
/* This is the implementation for the xattr plugin infrastructure */
-static struct list_head xattr_handlers = LIST_HEAD_INIT(xattr_handlers);
+static LIST_HEAD(xattr_handlers);
static DEFINE_RWLOCK(handler_lock);
static struct reiserfs_xattr_handler *find_xattr_handler_prefix(const char
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
3w-raid-drivers-memset-not-needed-in-probe.patch
git-xfs.patch
fs-char_devc-chrdev_open-marked-static-and-removed-from-fsh.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html