mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-12 03:15:08 +07:00
![Boaz Harrosh](/assets/img/avatar_default.png)
* Add the fs/nfs/objlayout/pnfs_osd_xdr_cli.c file, which will include the XDR encode/decode implementations for the pNFS client objlayout driver. [Wrong type in comments] Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: Benny Halevy <bhalevy@panasas.com>
6 lines
166 B
Makefile
6 lines
166 B
Makefile
#
|
|
# Makefile for the pNFS Objects Layout Driver kernel module
|
|
#
|
|
objlayoutdriver-y := objio_osd.o pnfs_osd_xdr_cli.o
|
|
obj-$(CONFIG_PNFS_OBJLAYOUT) += objlayoutdriver.o
|