[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <11729.1274763460@jrobl>
Date: Tue, 25 May 2010 13:57:40 +0900
From: "J. R. Okajima" <hooanon05@...oo.co.jp>
To: Cong Wang <amwang@...hat.com>
Cc: opurdila@...acom.com, davem@...emloft.net,
linux-kernel@...r.kernel.org
Subject: Re: proc_dointvec() and write
Cong Wang:
> Hmm, odd, I tested other proc files, I see no problem.
> I am wondering why /proc/sys/kernel/printk is special here.
The condition is,
- the entry has multiple values, .maxlen = N * sizeof(foo)
- the entry is writable, .mode = 0644 (or something)
In sysctl.c, only "printk" and "acct" match.
J. R. Okajima
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists