omfs: fix uninitialized variable warning
authorBill Pemberton <wfp5p@virginia.edu>
Tue, 3 Aug 2010 19:19:30 +0000 (15:19 -0400)
committerBob Copeland <me@bobcopeland.com>
Sun, 8 Aug 2010 16:02:05 +0000 (12:02 -0400)
commitffc18879903e55487bc5ac3c774b99a07de06029
tree71a46da8e8aa19cce1646d380c09fa6e32c50756
parent8800a044c71a128633cf3febaf4780531a991334
omfs: fix uninitialized variable warning

quiet the warning:
fs/omfs/file.c: In function 'omfs_get_block':
fs/omfs/file.c:225: warning: 'new_block' may be used uninitialized in
this function

new_block is used properly by the call to omfs_grow_extent()

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Bob Copeland <me@bobcopeland.com>
fs/omfs/file.c