patch-2.1.20 linux/fs/isofs/inode.c
Next file: linux/fs/isofs/rock.c
Previous file: linux/fs/ext2/symlink.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Thu Jan 2 12:11:30 1997
- Orig file:
v2.1.19/linux/fs/isofs/inode.c
- Orig date:
Mon Dec 30 15:39:13 1996
diff -u --recursive --new-file v2.1.19/linux/fs/isofs/inode.c linux/fs/isofs/inode.c
@@ -193,6 +193,11 @@
vol_desc_start=0;
if (get_blkfops(MAJOR(dev))->ioctl!=NULL)
{
+ /* Whoops. We must save the old FS, since otherwise
+ * we would destroy the kernels idea about FS on root
+ * mount in read_super... [chexum]
+ */
+ unsigned long old_fs=get_fs();
inode_fake.i_rdev=dev;
ms_info.addr_format=CDROM_LBA;
set_fs(KERNEL_DS);
@@ -200,7 +205,7 @@
NULL,
CDROMMULTISESSION,
(unsigned long) &ms_info);
- set_fs(USER_DS);
+ set_fs(old_fs);
#if 0
printk("isofs.inode: CDROMMULTISESSION: rc=%d\n",i);
if (i==0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov