]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: change incorrect 'extern' keyword to 'static' in dlmfs
authorRobin Dong <hao.bigrat@gmail.com>
Fri, 6 May 2011 08:01:40 +0000 (16:01 +0800)
committerJoel Becker <jlbec@evilplan.org>
Tue, 24 May 2011 06:59:40 +0000 (23:59 -0700)
commitc2a1082d77a37c0f78bc1ec26213a242f355a542
tree90d498c827fbce9d0c5c10b46f98a59148159e1d
parentb9f769bb2c7361cb5f1b2eaaf4766227823047dc
ocfs2: change incorrect 'extern' keyword to 'static' in dlmfs

Change function param_set_dlmfs_capabilities from 'extern' to 'static' since
function param_get_dlmfs_capabilities is also 'static'.

Signed-off-by: Robin Dong <sanbai@taobao.com>
Signed-off-by: Joel Becker <jlbec@evilplan.org>
fs/ocfs2/dlmfs/dlmfs.c