Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70685
b: refs/heads/master
c: cd21523
h: refs/heads/master
i:
  70683: 347ce01
v: v3
  • Loading branch information
Borislav Petkov authored and Linus Torvalds committed Oct 17, 2007
1 parent fa96ac6 commit 93c2de4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bda5b655fe663c86ae16436ab983a656d73b6e62
refs/heads/master: cd215237d2c2c1efb501f70be8e9ed1f81f3c068
3 changes: 2 additions & 1 deletion trunk/fs/isofs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ isofs_find_entry(struct inode *dir, struct dentry *dentry,
struct dentry *isofs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
{
int found;
unsigned long block, offset;
unsigned long uninitialized_var(block);
unsigned long uninitialized_var(offset);
struct inode *inode;
struct page *page;

Expand Down

0 comments on commit 93c2de4

Please sign in to comment.