]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Add the ocfs2_control misc device.
authorJoel Becker <joel.becker@oracle.com>
Tue, 19 Feb 2008 03:23:28 +0000 (19:23 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:06 +0000 (08:56 -0700)
commit24c658d16cba301494486c805c51a89b5cc9041c
tree767767f88890db68718d474e6f4502c6f580e26b
parenta6fb7a3a2c9e878073bf206f6d5419a4afdc6be7
ocfs2: Add the ocfs2_control misc device.

The ocfs2_control misc device is how a userspace control daemon (controld)
talks to the filesystem.  Introduce the bare-bones filesystem ops.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/stack_user.c