Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71215
b: refs/heads/master
c: 6bbfb07
h: refs/heads/master
i:
  71213: c868d63
  71211: 2436a9f
  71207: 8c574a2
  71199: 6ffe387
v: v3
  • Loading branch information
Andi Drebes authored and Linus Torvalds committed Oct 18, 2007
1 parent c58e218 commit ff69bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b8dc93cbe91324b922395919cd5df4cca2fe55f6
refs/heads/master: 6bbfb0776615b3cb84ccfec8f5d6214938143b2a
3 changes: 1 addition & 2 deletions trunk/fs/cramfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static void *cramfs_read(struct super_block *sb, unsigned int offset, unsigned i
{
struct address_space *mapping = sb->s_bdev->bd_inode->i_mapping;
struct page *pages[BLKS_PER_BUF];
unsigned i, blocknr, buffer, unread;
unsigned i, blocknr, buffer;
unsigned long devsize;
char *data;

Expand All @@ -175,7 +175,6 @@ static void *cramfs_read(struct super_block *sb, unsigned int offset, unsigned i
devsize = mapping->host->i_size >> PAGE_CACHE_SHIFT;

/* Ok, read in BLKS_PER_BUF pages completely first. */
unread = 0;
for (i = 0; i < BLKS_PER_BUF; i++) {
struct page *page = NULL;

Expand Down

0 comments on commit ff69bc8

Please sign in to comment.