Home
last modified time | relevance | path

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

/linux/fs/ocfs2/cluster/
H A Dnetdebug.cdiff cc548166b2aadba7a566fb0a42884a9d2ff684b0 Mon Jan 03 07:00:20 CET 2011 Dan Carpenter <error27@gmail.com> ocfs2/cluster: dereferencing before checking in nst_seq_show()

In the original code, we dereferenced "nst" before checking that it was
non-NULL. I moved the check forward and pulled the code in an indent
level.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>