diff options
| author | Nathan Scott <nathans@sgi.com> | 2006-09-28 11:03:20 +1000 | 
|---|---|---|
| committer | Tim Shimmin <tes@sgi.com> | 2006-09-28 11:03:20 +1000 | 
| commit | 572d95f49f3652fffe8242c4498b85f4083e52ab (patch) | |
| tree | 5c452a69a005a6a18dc80e4ab7090d6d8e230fc6 /fs/xfs/linux-2.6/xfs_globals.c | |
| parent | 948ecdb4c118293d2f3e267eec642c30c5d3a056 (diff) | |
| download | olio-linux-3.10-572d95f49f3652fffe8242c4498b85f4083e52ab.tar.xz olio-linux-3.10-572d95f49f3652fffe8242c4498b85f4083e52ab.zip  | |
[XFS] Improve error handling for the zero-fsblock extent detection code.
SGI-PV: 955302
SGI-Modid: xfs-linux-melb:xfs-kern:26802a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_globals.c')
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_globals.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_globals.c b/fs/xfs/linux-2.6/xfs_globals.c index 6c162c3dde7..ed3a5e1b4b6 100644 --- a/fs/xfs/linux-2.6/xfs_globals.c +++ b/fs/xfs/linux-2.6/xfs_globals.c @@ -34,7 +34,7 @@ xfs_param_t xfs_params = {  	.restrict_chown	= {	0,		1,		1	},  	.sgid_inherit	= {	0,		0,		1	},  	.symlink_mode	= {	0,		0,		1	}, -	.panic_mask	= {	0,		0,		127	}, +	.panic_mask	= {	0,		0,		255	},  	.error_level	= {	0,		3,		11	},  	.syncd_timer	= {	1*100,		30*100,		7200*100},  	.stats_clear	= {	0,		0,		1	},  |