Home
last modified time | relevance | path

Searched hist:"7 dae997de62bbd78f12305bf10019ec8f1103bd4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Ddebug.cdiff 7dae997de62bbd78f12305bf10019ec8f1103bd4 Wed Jun 01 07:44:14 CDT 2011 Artem Bityutskiy <Artem.Bityutskiy@nokia.com> UBIFS: re-arrange debugging code a bit

Move 'dbg_debugfs_init()' and 'dbg_debugfs_exit()' functions which initialize
debugfs for whole UBIFS subsystem below the code which initializes debugfs for
a particular UBIFS instance. And do the same for 'ubifs_debugging_init()' and
'ubifs_debugging_exit()' functions. This layout is a bit better for the next
patches, so this is just a preparation.

Also, rename 'open_debugfs_file()' into 'dfs_file_open()' for consistency.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>