]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commita12630b186d56a77d17c9b34c82b88dda4337ed7
treef6b16a06beefc527d04562833b843146b360352d
parent1beee8dc8cf58e3f605bd7b34d7a39939be7d8d2
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