]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Rename 'user_stack' plugin structure to 'ocfs2_user_plugin'
authorJoel Becker <joel.becker@oracle.com>
Sat, 10 May 2008 01:49:29 +0000 (18:49 -0700)
committerMark Fasheh <mfasheh@suse.com>
Fri, 30 May 2008 22:14:08 +0000 (15:14 -0700)
commit89701d9a62794f80e4a06b6ff473ad98c38ee760
treef6b16a06beefc527d04562833b843146b360352d
parentdabe7d009a9be05ac0f2a7fc1f1079ea3036850e
ocfs2: Rename 'user_stack' plugin structure to 'ocfs2_user_plugin'

The static structure describing the userspace cluster plugin for ocfs2
was named 'user_stack', which is a real pain when people are grep(1)ing
the tree for the program stack object 'user_stack'.  Change the name to
something distinct and namespaced.

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