|
Bugzilla – Full Text Bug Listing |
| Summary: | JFS not supported during installation | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Per Jessen <per> |
| Component: | Installation | Assignee: | Arvin Schnell <aschnell> |
| Status: | RESOLVED WONTFIX | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jsiebert |
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Pro 9.3 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Per Jessen
2005-08-16 07:20:14 UTC
JFS won't be supported by SUSE in the SL10.0 release. So, it won't be available from the installer. The patch that Dave wants to have is in SL9.3 already, except for this hunk:
--- linux-2.6.11.orig/fs/jfs/inode.c
+++ linux-2.6.11/fs/jfs/inode.c
@@ -47,9 +47,8 @@ void jfs_read_inode(struct inode *inode)
if (S_ISREG(inode->i_mode)) {
inode->i_op = &jfs_file_inode_operations;
inode->i_fop = &jfs_file_operations;
- inode->i_mapping->a_ops = &jfs_aops;
} else if (S_ISDIR(inode->i_mode)) {
inode->i_op = &jfs_dir_inode_operations;
inode->i_fop = &jfs_dir_operations;
} else if (S_ISLNK(inode->i_mode)) {
I'm not sure this matters.
And no, we'll not offer JFS from YaST.
|