omfs: fix memory leak
authorDavidlohr Bueso <dave.bueso@gmail.com>
Tue, 6 Jul 2010 04:50:58 +0000 (00:50 -0400)
committerBob Copeland <me@bobcopeland.com>
Tue, 6 Jul 2010 15:05:31 +0000 (11:05 -0400)
commit70d9e384aa7df681cfffd65947af72b22e86690e
tree71c84c9ceaad9c4dd961c759e12ac765932735fc
parent815c4163b6c8ebf8152f42b0a5fd015cfdcedc78
omfs: fix memory leak

In the error path of omfs_fill_super(), the FS super block info
(sbi) is not being freed.  Correct this.

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Bob Copeland <me@bobcopeland.com>
fs/omfs/inode.c