Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108050
b: refs/heads/master
c: f1c7f79
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Aug 8, 2008
1 parent 28f732e commit f36ed8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: f2d7499be1b1fe1cd8a5e6a01c1f44173894a241
refs/heads/master: f1c7f79b6ab4f7ada002a0fae47f462ede6b6857
5 changes: 2 additions & 3 deletions trunk/fs/nfsd/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ struct nfsd4_operation {

static struct nfsd4_operation nfsd4_ops[];

static inline char *nfsd4_op_name(unsigned opnum);
static const char *nfsd4_op_name(unsigned opnum);

/*
* COMPOUND call.
Expand Down Expand Up @@ -1116,8 +1116,7 @@ static struct nfsd4_operation nfsd4_ops[OP_RELEASE_LOCKOWNER+1] = {
},
};

static inline char *
nfsd4_op_name(unsigned opnum)
static const char *nfsd4_op_name(unsigned opnum)
{
if (opnum < ARRAY_SIZE(nfsd4_ops))
return nfsd4_ops[opnum].op_name;
Expand Down

0 comments on commit f36ed8a

Please sign in to comment.