Home
last modified time | relevance | path

Searched hist:e97321fa (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dinode.ce97321fa Tue Apr 12 15:14:26 CDT 2016 Bob Peterson <rpeterso@redhat.com> GFS2: Don't dereference inode in gfs2_inode_lookup until it's valid

Function gfs2_inode_lookup was dereferencing the inode, and after,
it checks for the value being NULL. We need to check that first.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>