diff options
| author | Len Brown <len.brown@intel.com> | 2006-01-07 02:05:40 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2006-01-07 02:05:40 -0500 |
| commit | add5b5ee992e40c9cd8697ea94c223628be162a7 (patch) | |
| tree | 7f3f279f3e6b41e61d7dfaf4d25a5251024a7185 /fs/nfs/nfsroot.c | |
| parent | 25da0974601fc8096461f3d3f7ca3aab8e79adfb (diff) | |
| parent | 0aec63e67c69545ca757a73a66f5dcf05fa484bf (diff) | |
Auto-update from upstream
Diffstat (limited to 'fs/nfs/nfsroot.c')
| -rw-r--r-- | fs/nfs/nfsroot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c index 1b272a135a31..985cc53b8dd5 100644 --- a/fs/nfs/nfsroot.c +++ b/fs/nfs/nfsroot.c | |||
| @@ -296,8 +296,8 @@ static int __init root_nfs_name(char *name) | |||
| 296 | nfs_port = -1; | 296 | nfs_port = -1; |
| 297 | nfs_data.version = NFS_MOUNT_VERSION; | 297 | nfs_data.version = NFS_MOUNT_VERSION; |
| 298 | nfs_data.flags = NFS_MOUNT_NONLM; /* No lockd in nfs root yet */ | 298 | nfs_data.flags = NFS_MOUNT_NONLM; /* No lockd in nfs root yet */ |
| 299 | nfs_data.rsize = NFS_DEF_FILE_IO_BUFFER_SIZE; | 299 | nfs_data.rsize = NFS_DEF_FILE_IO_SIZE; |
| 300 | nfs_data.wsize = NFS_DEF_FILE_IO_BUFFER_SIZE; | 300 | nfs_data.wsize = NFS_DEF_FILE_IO_SIZE; |
| 301 | nfs_data.acregmin = 3; | 301 | nfs_data.acregmin = 3; |
| 302 | nfs_data.acregmax = 60; | 302 | nfs_data.acregmax = 60; |
| 303 | nfs_data.acdirmin = 30; | 303 | nfs_data.acdirmin = 30; |
