Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19646
b: refs/heads/master
c: bd3bfeb
h: refs/heads/master
v: v3
  • Loading branch information
Felix Oxley authored and Linus Torvalds committed Feb 3, 2006
1 parent d42ce86 commit a6a603b
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: abffa7da99b78caaf81a2f519bf9cbd1e8dcbc1d
refs/heads/master: bd3bfeb58aeddb660dc600ded2fa9243e0c2d12b
2 changes: 1 addition & 1 deletion trunk/fs/jffs/intrep.c
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ jffs_write_node(struct jffs_control *c, struct jffs_node *node,
iovec_cnt++;

if (JFFS_GET_PAD_BYTES(raw_inode->nsize)) {
static char allff[3]={255,255,255};
static unsigned char allff[3]={255,255,255};
/* Add some extra padding if necessary */
node_iovec[iovec_cnt].iov_base = allff;
node_iovec[iovec_cnt].iov_len =
Expand Down

0 comments on commit a6a603b

Please sign in to comment.