]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ceph/mds_client.c: quiet sparse noise
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 24 Oct 2011 14:53:37 +0000 (01:53 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 4 Nov 2011 04:48:09 +0000 (15:48 +1100)
commit7d7b66fefdef1f59d53994f7d9aef1db62a2ae05
tree00e26a835415158bc9ae81f60eba441a107ecdfb
parentcaafb4fbbe6aba09a287f359ec39bc001dc13eb5
ceph/mds_client.c: quiet sparse noise

warning: symbol 'get_nonsnap_parent' was not declared. Should it be static?
warning: symbol 'done_closing_sessions' was not declared. Should it be static?

Local functions don't need external visability. Make them static.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Sage Weil <sage@newdream.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ceph/mds_client.c