Bug 104870 - JFS not supported during installation
Summary: JFS not supported during installation
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Installation (show other bugs)
Version: Beta 1
Hardware: i686 SuSE Pro 9.3
: P5 - None : Normal
Target Milestone: ---
Assignee: Arvin Schnell
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-16 07:20 UTC by Per Jessen
Modified: 2005-08-17 12:34 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Per Jessen 2005-08-16 07:20:14 UTC
Although this is documented in the release notes for 9.3, I did not find any
other bugzilla entry referring to it. As the problem wqrt JFS and SuSE Linux 9.3
has been solved (see below), but just didn't make the cut-off for 9.3, maybe
there's a chance the fix will make it into 10.0?  Or later.
http://sourceforge.net/mailarchive/forum.php?thread_id=7815522&forum_id=43911
Comment 2 Chris L Mason 2005-08-17 11:48:56 UTC
JFS won't be supported by SUSE in the SL10.0 release.  So, it won't be available from  
the installer. 
Comment 3 Kurt Garloff 2005-08-17 12:34:35 UTC
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.