diff options
author | Fred Isaman <iisaman@citi.umich.edu> | 2011-07-31 04:52:41 +0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-31 20:18:16 +0400 |
commit | 9e69296999362c4e4b2821b64389b47e86e4821b (patch) | |
tree | e8810b4207cc054086eaeb519aa53d2af621ff0d /fs/nfs/blocklayout/Makefile | |
parent | e9643fe80d1a1e0ad6acdf43138c39b5709fdbbe (diff) | |
download | linux-9e69296999362c4e4b2821b64389b47e86e4821b.tar.xz |
pnfsblock: basic extent code
Adds structures and basic create/delete code for extents.
Signed-off-by: Fred Isaman <iisaman@citi.umich.edu>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Zhang Jingwang <Jingwang.Zhang@emc.com>
Signed-off-by: Benny Halevy <bhalevy@tonian.com>
Signed-off-by: Jim Rees <rees@umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/blocklayout/Makefile')
-rw-r--r-- | fs/nfs/blocklayout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/blocklayout/Makefile b/fs/nfs/blocklayout/Makefile index 6bf49cd5da06..5cfadf6ebc90 100644 --- a/fs/nfs/blocklayout/Makefile +++ b/fs/nfs/blocklayout/Makefile @@ -2,4 +2,4 @@ # Makefile for the pNFS block layout driver kernel module # obj-$(CONFIG_PNFS_BLOCK) += blocklayoutdriver.o -blocklayoutdriver-objs := blocklayout.o +blocklayoutdriver-objs := blocklayout.o extents.o |