Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6:
JFS: pageno needs to be long

+2 -2
+2 -2
fs/jfs/jfs_imap.c
··· 318 318 struct inomap *imap; 319 319 int block_offset; 320 320 int inodes_left; 321 - uint pageno; 321 + unsigned long pageno; 322 322 int rel_inode; 323 323 324 324 jfs_info("diRead: ino = %ld", ip->i_ino); ··· 606 606 int block_offset; 607 607 int inodes_left; 608 608 struct metapage *mp; 609 - uint pageno; 609 + unsigned long pageno; 610 610 int rel_inode; 611 611 int dioffset; 612 612 struct inode *ipimap;