mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
d67ae825a5
The flexfile layout is a new layout that extends the file layout. It is currently being drafted as a specification at https://datatracker.ietf.org/doc/draft-ietf-nfsv4-layout-types/ Signed-off-by: Weston Andros Adamson <dros@primarydata.com> Signed-off-by: Tom Haynes <loghyr@primarydata.com> Signed-off-by: Tao Peng <bergwolf@primarydata.com>
6 lines
189 B
Makefile
6 lines
189 B
Makefile
#
|
|
# Makefile for the pNFS Flexfile Layout Driver kernel module
|
|
#
|
|
obj-$(CONFIG_PNFS_FLEXFILE_LAYOUT) += nfs_layout_flexfiles.o
|
|
nfs_layout_flexfiles-y := flexfilelayout.o flexfilelayoutdev.o
|