ocfs2: fix sparse non static symbol warning
authorWei Yongjun <[email protected]>
Tue, 21 Jan 2014 23:48:37 +0000 (15:48 -0800)
committerLinus Torvalds <[email protected]>
Wed, 22 Jan 2014 00:19:42 +0000 (16:19 -0800)
commit16eac4be46fdd19e4e0bcd06e77e947266d2cf35
treef6ade51c810f7065e728dda2ee110ac1ccf702ec
parent1ba2212bb3e9527a4b3d18692f5ffe204f29bb47
ocfs2: fix sparse non static symbol warning

Fixes the following sparse warning:

  fs/ocfs2/stack_user.c:930:32: warning:
   symbol 'ocfs2_ls_ops' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ocfs2/stack_user.c