commit | 185bf87393afe6b966881e36c459949d90930a7a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Mon Jun 20 10:10:24 2011 +0300 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 20 10:42:34 2011 -0400 |
tree | 203f91dbfdb21f29de119cf79ccfed3bf2b15d31 | |
parent | 8b97b21e0f4f59801d05a5c536417f04ecfb5603 [diff] |
ubifs: dereferencing an ERR_PTR in ubifs_mount() d251ed271d5 "ubifs: fix sget races" left out the goto from this error path so the static checkers complain that we're dereferencing "sb" when it's an ERR_PTR. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>