commit | 16eac4be46fdd19e4e0bcd06e77e947266d2cf35 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Tue Jan 21 15:48:37 2014 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 21 16:19:42 2014 -0800 |
tree | f6ade51c810f7065e728dda2ee110ac1ccf702ec | |
parent | 1ba2212bb3e9527a4b3d18692f5ffe204f29bb47 [diff] |
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 <yongjun_wei@trendmicro.com.cn> Cc: Mark Fasheh <mfasheh@suse.com> Cc: Joel Becker <jlbec@evilplan.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>