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:
Mark Fasheh
2017-08-29 18:45:02 -05:00
parent 0c1a81621b
commit e2befc8736

View File

@@ -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 && \