diff options
| -rw-r--r-- | fs/omfs/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/omfs/inode.c b/fs/omfs/inode.c index 089839a6cc64..b5d6380e03fb 100644 --- a/fs/omfs/inode.c +++ b/fs/omfs/inode.c | |||
| @@ -529,6 +529,8 @@ out_brelse_bh2: | |||
| 529 | out_brelse_bh: | 529 | out_brelse_bh: |
| 530 | brelse(bh); | 530 | brelse(bh); |
| 531 | end: | 531 | end: |
| 532 | if (ret) | ||
| 533 | kfree(sbi); | ||
| 532 | return ret; | 534 | return ret; |
| 533 | } | 535 | } |
| 534 | 536 | ||
