Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83460
b: refs/heads/master
c: bcf11cb
h: refs/heads/master
v: v3
  • Loading branch information
Denis Cheng authored and Linus Torvalds committed Feb 6, 2008
1 parent 990e2ae commit 0cc24c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e381d1c46037aa4191c35e7514191bb3de739cbc
refs/heads/master: bcf11cbeccd7d981d68567942ba6ec184890bc29
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ ssize_t reiserfs_listxattr(struct dentry * dentry, char *buffer, size_t size)
}

/* 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
Expand Down

0 comments on commit 0cc24c9

Please sign in to comment.