lkml.org 
[lkml]   [2002]   [Jan]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPATCH 2.5.2.6: fix umsdos build
add two calls to kdev_same
--
Jeff Garzik | Only so many songs can be sung
Building 1024 | with two lips, two lungs, and one tongue.
MandrakeSoft | - nomeansnoIndex: fs/umsdos/inode.c
===================================================================
RCS file: /cvsroot/gkernel/linux_2_5/fs/umsdos/inode.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 inode.c
--- fs/umsdos/inode.c 2001/09/30 19:26:08 1.1.1.1
+++ fs/umsdos/inode.c 2002/01/02 01:16:13
@@ -49,7 +49,7 @@
void UMSDOS_put_super (struct super_block *sb)
{
Printk ((KERN_DEBUG "UMSDOS_put_super: entering\n"));
- if (saved_root && pseudo_root && sb->s_dev == ROOT_DEV) {
+ if (saved_root && pseudo_root && kdev_same(sb->s_dev, ROOT_DEV)) {
shrink_dcache_parent(saved_root);
dput(saved_root);
saved_root = NULL;
@@ -414,7 +414,7 @@
* must check like this, because we can be used with initrd
*/

- if (sb->s_dev != ROOT_DEV)
+ if (!kdev_same(sb->s_dev, ROOT_DEV))
goto out_noroot;

/*
\
 
 \ /
  Last update: 2005-03-22 13:15    [W:0.142 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site