mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 19:20:44 +00:00
scoutfs: silence dlmglue mlog()
These debug prints are spamming the console, send them to the trace buffer instead. Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
#include "dlmglue.h"
|
||||
|
||||
#define mlog(mask, fmt, args...) printk(KERN_INFO fmt , ##args)
|
||||
#define mlog(mask, fmt, args...) trace_printk(fmt , ##args)
|
||||
#define mlog_errno(st) do { \
|
||||
int _st = (st); \
|
||||
if (_st != -ERESTARTSYS && _st != -EINTR && \
|
||||
|
||||
Reference in New Issue
Block a user