Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352965
b: refs/heads/master
c: c5f5e9c
h: refs/heads/master
i:
  352963: c82adda
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Feb 1, 2013
1 parent 8450c77 commit f826ba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 322b2b9032f4beba6f1c4158852a5a5b9ab841d7
refs/heads/master: c5f5e9c5d2e9178fb0bfe4f44f0afcc8ad6488ef
4 changes: 2 additions & 2 deletions trunk/net/sunrpc/auth_gss/gss_mech_switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ gss_mech_get(struct gss_api_mech *gm)

EXPORT_SYMBOL_GPL(gss_mech_get);

struct gss_api_mech *
static struct gss_api_mech *
_gss_mech_get_by_name(const char *name)
{
struct gss_api_mech *pos, *gm = NULL;
Expand Down Expand Up @@ -205,7 +205,7 @@ mech_supports_pseudoflavor(struct gss_api_mech *gm, u32 pseudoflavor)
return 0;
}

struct gss_api_mech *_gss_mech_get_by_pseudoflavor(u32 pseudoflavor)
static struct gss_api_mech *_gss_mech_get_by_pseudoflavor(u32 pseudoflavor)
{
struct gss_api_mech *gm = NULL, *pos;

Expand Down

0 comments on commit f826ba6

Please sign in to comment.