Skip to content
Snippets Groups Projects
Commit 263a3d03 authored by Mikhail Pershin's avatar Mikhail Pershin
Browse files

b=8654

debug for audit setting
parent e5586418
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ int ll_set_audit(struct inode * inode, __u64 arg) ...@@ -46,7 +46,7 @@ int ll_set_audit(struct inode * inode, __u64 arg)
msg.attr = arg; msg.attr = arg;
msg.id = lli->lli_id; msg.id = lli->lli_id;
//set audit on MDS (fs/dir/file) CWARN("Set audit %x for "DLID4"\n", (__u32)arg, OLID4(&lli->lli_id));
rc = obd_set_info(exp, 5, "audit", sizeof(msg), &msg); rc = obd_set_info(exp, 5, "audit", sizeof(msg), &msg);
//if fs audit is being set for fs then pass attr to all OSS //if fs audit is being set for fs then pass attr to all OSS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment