commit | ff875738edd44e3bc892d378deacc50bccc9d70c | [log] [tgz] |
---|---|---|
author | Artur Paszkiewicz <artur.paszkiewicz@intel.com> | Thu Mar 09 09:59:58 2017 +0100 |
committer | Shaohua Li <shli@fb.com> | Thu Mar 16 16:55:54 2017 -0700 |
tree | 9c831895576861c9ae3c30fca2702d673b6f4eaf | |
parent | ea0213e0c7cc1c1b52badf27bd7db4f50a67baaa [diff] |
raid5: separate header for log functions Move raid5-cache declarations from raid5.h to raid5-log.h, add inline wrappers for functions which will be shared with ppl and use them in raid5 core instead of direct calls to raid5-cache. Remove unused parameter from r5c_cache_data(), move two duplicated pr_debug() calls to r5l_init_log(). Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Signed-off-by: Shaohua Li <shli@fb.com>