Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20953
b: refs/heads/master
c: 0ef675d
h: refs/heads/master
i:
  20951: 11b4bad
v: v3
  • Loading branch information
Atsushi Nemoto authored and Linus Torvalds committed Mar 10, 2006
1 parent 9e54146 commit f22345a
Show file tree
Hide file tree
Showing 4 changed files with 6 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: eff2c2f6f569267aa52e2431844cec30637d7ade
refs/heads/master: 0ef675d491bd65028fa838015ebc6ce8abefab6f
3 changes: 2 additions & 1 deletion trunk/fs/jffs2/nodelist.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info
int err = 0, pointed = 0;
struct jffs2_eraseblock *jeb;
unsigned char *buffer;
uint32_t crc, ofs, retlen, len;
uint32_t crc, ofs, len;
size_t retlen;

BUG_ON(tn->csize == 0);

Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/readinode.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static struct jffs2_raw_node_ref *jffs2_first_valid_node(struct jffs2_raw_node_r
* negative error code on failure.
*/
static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref,
struct jffs2_raw_dirent *rd, uint32_t read, struct jffs2_full_dirent **fdp,
struct jffs2_raw_dirent *rd, size_t read, struct jffs2_full_dirent **fdp,
uint32_t *latest_mctime, uint32_t *mctime_ver)
{
struct jffs2_full_dirent *fd;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/compat_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,8 @@ COMPATIBLE_IOCTL(MEMLOCK)
COMPATIBLE_IOCTL(MEMUNLOCK)
COMPATIBLE_IOCTL(MEMGETREGIONCOUNT)
COMPATIBLE_IOCTL(MEMGETREGIONINFO)
COMPATIBLE_IOCTL(MEMGETBADBLOCK)
COMPATIBLE_IOCTL(MEMSETBADBLOCK)
/* NBD */
ULONG_IOCTL(NBD_SET_SOCK)
ULONG_IOCTL(NBD_SET_BLKSIZE)
Expand Down

0 comments on commit f22345a

Please sign in to comment.