diff options
author | Andy Adamson <andros@netapp.com> | 2011-06-13 18:22:38 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-12 13:40:28 -0400 |
commit | 7c24d9489fe57d67cb56c6bdad58d89806e7fd97 (patch) | |
tree | 4df86fc0437ac2ed2c90123060d4676422fbd95e /fs/nfs/read.c | |
parent | 47cb498e9316314e7e681f417135589195ad78a7 (diff) |
NFSv4.1: File layout only supports whole file layouts
Ask for whole file layouts. Until support for layout segments is fully
supported in the file layout code, discard non-whole file layouts.
Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r-- | fs/nfs/read.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index 9b2a1d7fb760..c394662c790e 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c | |||
@@ -120,6 +120,7 @@ void nfs_pageio_init_read_mds(struct nfs_pageio_descriptor *pgio, | |||
120 | nfs_pageio_init(pgio, inode, &nfs_pageio_read_ops, | 120 | nfs_pageio_init(pgio, inode, &nfs_pageio_read_ops, |
121 | NFS_SERVER(inode)->rsize, 0); | 121 | NFS_SERVER(inode)->rsize, 0); |
122 | } | 122 | } |
123 | EXPORT_SYMBOL_GPL(nfs_pageio_init_read_mds); | ||
123 | 124 | ||
124 | static void nfs_pageio_init_read(struct nfs_pageio_descriptor *pgio, | 125 | static void nfs_pageio_init_read(struct nfs_pageio_descriptor *pgio, |
125 | struct inode *inode) | 126 | struct inode *inode) |