commit | de74b05ace743b4a7aefad9e9b33ff899979b34a | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hartleys@visionengravers.com> | Fri Sep 23 13:46:51 2011 -0700 |
committer | Boaz Harrosh <bharrosh@panasas.com> | Mon Oct 03 17:07:29 2011 +0200 |
tree | 9f62853e67803cf406eaf35238a429128f2272d3 | |
parent | 1958c7c284298f0d17a1ab3820c77c40ea3d3711 [diff] |
exofs/super.c: local functions should be static This quiets the following sparse noise: warning: symbol 'exofs_sync_fs' was not declared. Should it be static? warning: symbol 'exofs_free_sbi' was not declared. Should it be static? warning: symbol 'exofs_get_parent' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>