sysctl: add proc_do_large_bitmap
authorOctavian Purdila <opurdila@ixiacom.com>
Wed, 5 May 2010 00:26:55 +0000 (00:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 May 2010 06:28:39 +0000 (23:28 -0700)
The new function can be used to read/write large bitmaps via /proc. A
comma separated range format is used for compact output and input
(e.g. 1,3-4,10-10).

Writing into the file will first reset the bitmap then update it
based on the given input.

Signed-off-by: Octavian Purdila <opurdila@ixiacom.com>
Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found