From: Denis Cheng Signed-off-by: Denis Cheng Cc: Chris Mason Cc: Jeff Mahoney Signed-off-by: Andrew Morton --- 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 @@ -1034,7 +1034,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 _