diff options
author | Nathan Scott <nathans@sgi.com> | 2005-05-05 16:28:29 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@melbourne.sgi.com> | 2005-05-05 16:28:29 -0400 |
commit | 1f443ad70d3afa6bc74019ade2d664eadd7d505a (patch) | |
tree | 278dbcfe8e1629e28768e3503c8f7959dee2bc50 /fs/xfs/xfs_mount.h | |
parent | 5fcbab355e1528545671a5221666ef640b8250c8 (diff) |
[XFS] Allow initial XFS delayed allocation size to be increased beyond 64KB.
SGI Modid: xfs-linux:xfs-kern:22261a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Signed-off-by: Christoph Hellwig <hch@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 5fc6201dd8e2..1b968471ec8b 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -428,10 +428,10 @@ typedef struct xfs_mount { | |||
428 | #define XFS_WRITEIO_LOG_LARGE 16 | 428 | #define XFS_WRITEIO_LOG_LARGE 16 |
429 | 429 | ||
430 | /* | 430 | /* |
431 | * Max and min values for UIO and mount-option defined I/O sizes; | 431 | * Max and min values for mount-option defined I/O |
432 | * min value can't be less than a page. Currently unused. | 432 | * preallocation sizes. |
433 | */ | 433 | */ |
434 | #define XFS_MAX_IO_LOG 16 /* 64K */ | 434 | #define XFS_MAX_IO_LOG 30 /* 1G */ |
435 | #define XFS_MIN_IO_LOG PAGE_SHIFT | 435 | #define XFS_MIN_IO_LOG PAGE_SHIFT |
436 | 436 | ||
437 | /* | 437 | /* |