From 31ee3587729459c3d1696227348aaa225b1a9860 Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Tue, 3 Aug 2010 15:19:30 -0400 Subject: [PATCH] --- yaml --- r: 207740 b: refs/heads/master c: ffc18879903e55487bc5ac3c774b99a07de06029 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/omfs/file.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c3291e9909db..3d058d5bbbb6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8800a044c71a128633cf3febaf4780531a991334 +refs/heads/master: ffc18879903e55487bc5ac3c774b99a07de06029 diff --git a/trunk/fs/omfs/file.c b/trunk/fs/omfs/file.c index 76bc21b91a8a..d821d468e5a2 100644 --- a/trunk/fs/omfs/file.c +++ b/trunk/fs/omfs/file.c @@ -222,7 +222,7 @@ static int omfs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh; sector_t next, offset; int ret; - u64 new_block; + u64 uninitialized_var(new_block); u32 max_extents; int extent_count; struct omfs_extent *oe;