cifs.upcall: make most functions static and silence compiler warnings
authorJeff Layton <jlayton@redhat.com>
Sat, 13 Sep 2008 01:13:54 +0000 (21:13 -0400)
committerJeff Layton <jlayton@redhat.com>
Sat, 13 Sep 2008 01:13:54 +0000 (21:13 -0400)
commitf0ee2c145fa031f91c28a69a44b7652f18eea0f0
tree55f9da24ef86b1958ec4547c0c049772d887fae7
parent9d55ca85ffc73e3fa5fb9895fbcb1ee22f4e320d
cifs.upcall: make most functions static and silence compiler warnings

...to silence -Wmissing-prototypes and some uninit'ed variable
warnings. Thanks to GD for the extra-paranoid compiler flags.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
source/client/cifs.upcall.c