Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14717
b: refs/heads/master
c: 7729ac5
h: refs/heads/master
i:
  14715: c15bffd
v: v3
  • Loading branch information
Oleg Drokin authored and Linus Torvalds committed Nov 28, 2005
1 parent 4bde530 commit 3bfcf9f
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: 1a9c3f78a32ddc4ec50f5da2cf2db5db6f442986
refs/heads/master: 7729ac5efe156129d172784fedeaddb2167a1914
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ static int map_block_for_writepage(struct inode *inode,
INITIALIZE_PATH(path);
int pos_in_item;
int jbegin_count = JOURNAL_PER_BALANCE_CNT;
loff_t byte_offset = (block << inode->i_sb->s_blocksize_bits) + 1;
loff_t byte_offset = ((loff_t)block << inode->i_sb->s_blocksize_bits)+1;
int retval;
int use_get_block = 0;
int bytes_copied = 0;
Expand Down

0 comments on commit 3bfcf9f

Please sign in to comment.