Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334493
b: refs/heads/master
c: 4338584
h: refs/heads/master
i:
  334491: d586aba
v: v3
  • Loading branch information
David Rientjes authored and Linus Torvalds committed Oct 18, 2012
1 parent 465448b commit cdbf7d1
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: d63e210ef1546c2e0a725ba804cae5bc38731ad7
refs/heads/master: 43385846968b082bb6c174e8b17479e5123b8d73
2 changes: 1 addition & 1 deletion trunk/fs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ static int __simple_xattr_set(struct simple_xattrs *xattrs, const char *name,
const void *value, size_t size, int flags)
{
struct simple_xattr *xattr;
struct simple_xattr *uninitialized_var(new_xattr);
struct simple_xattr *new_xattr = NULL;
int err = 0;

/* value == NULL means remove */
Expand Down

0 comments on commit cdbf7d1

Please sign in to comment.