Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45885
b: refs/heads/master
c: a8a75a2
h: refs/heads/master
i:
  45883: 59dff12
v: v3
  • Loading branch information
Mark Fasheh authored and Linus Torvalds committed Jan 26, 2007
1 parent 2985b6b commit 3e0c860
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: bb385942967fb7e0ff8cb8fea7a32561ef609a1a
refs/heads/master: a8a75a20e9a854685ac3e7af2e0e32f9b0be436b
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/ocfs2_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ static inline u64 ocfs2_backup_super_blkno(struct super_block *sb, int index)

if (index >= 0 && index < OCFS2_MAX_BACKUP_SUPERBLOCKS) {
offset <<= (2 * index);
offset /= sb->s_blocksize;
offset >>= sb->s_blocksize_bits;
return offset;
}

Expand Down

0 comments on commit 3e0c860

Please sign in to comment.