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/write.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/write.c')
-rw-r--r-- | fs/nfs/write.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/write.c b/fs/nfs/write.c index 00940dc9ab04..7f8732e31982 100644 --- a/fs/nfs/write.c +++ b/fs/nfs/write.c | |||
@@ -1046,6 +1046,7 @@ void nfs_pageio_init_write_mds(struct nfs_pageio_descriptor *pgio, | |||
1046 | nfs_pageio_init(pgio, inode, &nfs_pageio_write_ops, | 1046 | nfs_pageio_init(pgio, inode, &nfs_pageio_write_ops, |
1047 | NFS_SERVER(inode)->wsize, ioflags); | 1047 | NFS_SERVER(inode)->wsize, ioflags); |
1048 | } | 1048 | } |
1049 | EXPORT_SYMBOL_GPL(nfs_pageio_init_write_mds); | ||
1049 | 1050 | ||
1050 | static void nfs_pageio_init_write(struct nfs_pageio_descriptor *pgio, | 1051 | static void nfs_pageio_init_write(struct nfs_pageio_descriptor *pgio, |
1051 | struct inode *inode, int ioflags) | 1052 | struct inode *inode, int ioflags) |