Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19643
b: refs/heads/master
c: dfa0859
h: refs/heads/master
i:
  19641: bdce4bb
  19639: 6e1789a
v: v3
  • Loading branch information
Andreas Gruenbacher authored and Linus Torvalds committed Feb 3, 2006
1 parent 5964e37 commit 13210ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 9d923a0603b5909a6758cfaec503955775cb7ab1
refs/heads/master: dfa08592ca0440d793ecc8dfc6277dd2aa4b8dda
2 changes: 1 addition & 1 deletion trunk/fs/ext2/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ ext2_set_acl(struct inode *inode, int type, struct posix_acl *acl)
struct ext2_inode_info *ei = EXT2_I(inode);
int name_index;
void *value = NULL;
size_t size;
size_t size = 0;
int error;

if (S_ISLNK(inode->i_mode))
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ext3/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ ext3_set_acl(handle_t *handle, struct inode *inode, int type,
struct ext3_inode_info *ei = EXT3_I(inode);
int name_index;
void *value = NULL;
size_t size;
size_t size = 0;
int error;

if (S_ISLNK(inode->i_mode))
Expand Down

0 comments on commit 13210ab

Please sign in to comment.