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)
commit98ba073c606fba7a48a8e0d36e3b02105d31c768
tree90d498c827fbce9d0c5c10b46f98a59148159e1d
parent9f62e96084cd7ae6dedcfb4caf066ed6cc67e0d7
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