Bugzilla – Bug 104870
JFS not supported during installation
Last modified: 2005-08-17 12:34:35 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
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.