OSDN Git Service

staging: lustre: obd: restore linkea support
authorJames Simmons <jsimmons@infradead.org>
Sun, 18 Sep 2016 20:37:52 +0000 (16:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Sep 2016 07:44:03 +0000 (09:44 +0200)
commiteb1ddc6724f8b5e7f8d0fe1b2e29327802fe0503
tree628863c538d4c86885b2b3c4093b44c08123577b
parent1ebfdcac07c223437383f52f7e9dbb8df440d62e
staging: lustre: obd: restore linkea support

Original linkea was only used for the lustre server code
so it was removed from the upstream client. Now it needs
to be restored for client work that uses this infrastructure.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lu_object.h
drivers/staging/lustre/lustre/include/lustre_linkea.h [new file with mode: 0644]
drivers/staging/lustre/lustre/obdclass/Makefile
drivers/staging/lustre/lustre/obdclass/linkea.c [new file with mode: 0644]
drivers/staging/lustre/lustre/obdclass/lu_object.c