Skip to content

Commit

Permalink
9p: Remove p9_idpool
Browse files Browse the repository at this point in the history
There are no more users left of the p9_idpool; delete it.

Link: http://lkml.kernel.org/r/20180711210225.19730-7-willy@infradead.org
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Ron Minnich <rminnich@sandia.gov>
Cc: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
  • Loading branch information
Matthew Wilcox authored and Dominique Martinet committed Aug 29, 2018
1 parent 996d5b4 commit 6348b90
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 149 deletions.
8 changes: 0 additions & 8 deletions include/net/9p/9p.h
Original file line number Diff line number Diff line change
Expand Up @@ -561,16 +561,8 @@ struct p9_fcall {
u8 *sdata;
};

struct p9_idpool;

int p9_errstr2errno(char *errstr, int len);

struct p9_idpool *p9_idpool_create(void);
void p9_idpool_destroy(struct p9_idpool *);
int p9_idpool_get(struct p9_idpool *p);
void p9_idpool_put(int id, struct p9_idpool *p);
int p9_idpool_check(int id, struct p9_idpool *p);

int p9_error_init(void);
int p9_trans_fd_init(void);
void p9_trans_fd_exit(void);
Expand Down
1 change: 0 additions & 1 deletion net/9p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ obj-$(CONFIG_NET_9P_RDMA) += 9pnet_rdma.o
mod.o \
client.o \
error.o \
util.o \
protocol.o \
trans_fd.o \
trans_common.o \
Expand Down
140 changes: 0 additions & 140 deletions net/9p/util.c

This file was deleted.

0 comments on commit 6348b90

Please sign in to comment.