pstore: gracefully handle NULL pstore_info functions
authorKees Cook <keescook@chromium.org>
Fri, 18 Nov 2011 21:49:00 +0000 (13:49 -0800)
committerTony Luck <tony.luck@intel.com>
Fri, 18 Nov 2011 21:49:00 +0000 (13:49 -0800)
If a pstore backend doesn't want to support various portions of the
pstore interface, it can just leave those functions NULL instead of
creating no-op stubs.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found