Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327204
b: refs/heads/master
c: b9d6cfd
h: refs/heads/master
v: v3
  • Loading branch information
Aristeu Rozanski authored and Tejun Heo committed Sep 13, 2012
1 parent 1b840d8 commit e03d4e9
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: 4895768b6aab55bbdbebcf2da090cb1a5ccf5463
refs/heads/master: b9d6cfdeaf67cc34cdfd53ab234358dd2910a0f4
2 changes: 1 addition & 1 deletion trunk/fs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,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 *new_xattr = NULL;
struct simple_xattr *uninitialized_var(new_xattr);
int err = 0;

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

0 comments on commit e03d4e9

Please sign in to comment.