mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 18:18:54 +00:00
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
This commit is contained in:
commit
73441c665b
@ -318,7 +318,7 @@ int diRead(struct inode *ip)
|
||||
struct inomap *imap;
|
||||
int block_offset;
|
||||
int inodes_left;
|
||||
uint pageno;
|
||||
unsigned long pageno;
|
||||
int rel_inode;
|
||||
|
||||
jfs_info("diRead: ino = %ld", ip->i_ino);
|
||||
@ -606,7 +606,7 @@ int diWrite(tid_t tid, struct inode *ip)
|
||||
int block_offset;
|
||||
int inodes_left;
|
||||
struct metapage *mp;
|
||||
uint pageno;
|
||||
unsigned long pageno;
|
||||
int rel_inode;
|
||||
int dioffset;
|
||||
struct inode *ipimap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user